Re: [PATCH v2] parallel pg_restore: move offset-building phase to before forking

2025-06-15 Thread Dimitrios Apostolou
Rebased and attached v3, which fixes compilation on mingw32. On Tue, 10 Jun 2025, Dimitrios Apostolou wrote: Rebased and attached new patch. Should I add it to July's commitfest? On Fri, 4 Apr 2025, Dimitrios Apostolou wrote: Hello list, based on the delays I experienced in pg_restore, a

Re: [PATCH v2] parallel pg_restore: move offset-building phase to before forking

2025-06-12 Thread Dimitrios Apostolou
On Tue, 10 Jun 2025, Dimitrios Apostolou wrote: Rebased and attached new patch. Should I add it to July's commitfest? Added to commitfest: https://commitfest.postgresql.org/patch/5817/ On Fri, 4 Apr 2025, Dimitrios Apostolou wrote: Hello list, based on the delays I experienced in pg_re

[PATCH v2] parallel pg_restore: move offset-building phase to before forking

2025-06-09 Thread Dimitrios Apostolou
tolou Date: Sat, 29 Mar 2025 01:16:19 +0100 Subject: [PATCH v2] parallel pg_restore: move offset-building phase to before forking A pg_dump custom format archive without offsets in the table of contents is usually generated when it writes to stdout instead of a file. When doing parallel pg_re