Allow parallel restore of pg_dump written to stdout (or other unseekable file without offsets)

Edit
Title Allow parallel restore of pg_dump written to stdout (or other unseekable file without offsets)
Topic Bug Fixes
Created 2020-05-23 19:50:32
Last modified 2020-07-17 17:05:03 (3 years, 10 months ago)
Latest email 2020-07-17 17:05:54 (3 years, 10 months ago)
Status
2020-07: Committed
Target version 12
Authors David Gilman (davidg)
Reviewers Justin Pryzby (justinpryzby)Become reviewer
Committer Tom Lane (tgl)
Links
Emails
Warn when parallel restoring a custom dump without data offsets
First at 2020-05-16 20:57:46 by David Gilman <davidgilman1 at gmail.com>
Latest at 2020-07-17 17:05:54 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (0000-remove-filePos-tracking.patch) at 2020-07-15 20:40:59 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (0000-remove-filePos-tracking.patch) at 2020-07-15 20:40:59 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-remember-seek-positions.patch) at 2020-07-12 19:57:58 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-Scan-all-TOCs-when-restoring-a-custom-dump-file-with.patch) at 2020-07-08 03:19:35 from David Gilman <dgilman at gilslotd.com> (Patch: Yes)
    Attachment (0001-Scan-all-TOCs-when-restoring-a-custom-dump-file-with.patch) at 2020-05-28 00:33:47 from David Gilman <dgilman at gilslotd.com> (Patch: Yes)
    Attachment (0001-Remove-unused-seek-check-in-tar-dump-format.patch) at 2020-05-25 21:55:26 from David Gilman <dgilman at gilslotd.com> (Patch: Yes)
    Attachment (0001-Remove-unused-seek-check-in-tar-dump-format.patch) at 2020-05-25 18:54:29 from David Gilman <dgilman at gilslotd.com> (Patch: Yes)
    Attachment (0003-Add-integration-test-for-out-of-order-TOC-requests-i.patch) at 2020-05-23 19:54:30 from David Gilman <davidgilman1 at gmail.com> (Patch: Yes)
    Attachment (0001-pg_restore-fix-v2.patch) at 2020-05-21 03:05:01 from David Gilman <davidgilman1 at gmail.com> (Patch: Yes)
    Attachment (0001-Warn-when-parallel-restoring-a-custom-dump-without-d.patch) at 2020-05-16 20:57:46 from David Gilman <davidgilman1 at gmail.com> (Patch: Yes)
Re: Warn when parallel restoring a custom dump without data offsets
First at 2020-06-22 18:40:48 by Justin Pryzby <pryzby at telsasoft.com>
Latest at 2020-06-22 18:40:48 by Justin Pryzby <pryzby at telsasoft.com>
Latest attachment (0001-Write-to-stdout-instead-of-disable-seeking.txt) at 2020-06-22 18:40:48 from Justin Pryzby <pryzby at telsasoft.com>
    Attachment (0001-Write-to-stdout-instead-of-disable-seeking.txt) at 2020-06-22 18:40:48 from Justin Pryzby <pryzby at telsasoft.com> (Patch: Yes)
History
When Who What
2020-07-17 17:05:03 Tom Lane (tgl) Closed in commitfest 2020-07 with status: Committed
2020-07-17 16:41:27 Tom Lane (tgl) Added tgl as committer
2020-07-11 18:29:48 Tom Lane (tgl) New status: Needs review
2020-07-02 21:15:53 Tom Lane (tgl) Attached mail thread 20200622184048.GX17995@telsasoft.com
2020-07-01 20:50:27 Justin Pryzby (justinpryzby) New status: Waiting on Author
2020-06-12 22:46:57 Justin Pryzby (justinpryzby) Changed name to Allow parallel restore of pg_dump written to stdout (or other unseekable file without offsets)
2020-05-23 22:24:47 Justin Pryzby (justinpryzby) Added justinpryzby as reviewer
2020-05-23 20:46:12 David Gilman (davidg) Changed targetversion to 12
2020-05-23 19:56:34 David Gilman (davidg) Changed authors to David Gilman (davidg)
2020-05-23 19:50:33 David Gilman (davidg) Attached mail thread CALBH9DDuJ+scZc4MEvw5uO-=vRyR2=QF9+Yh=3hPEnKHWfS81A@mail.gmail.com
2020-05-23 19:50:32 David Gilman (davidg) Created patch record
Edit