Re: parallel pg_dump
Joachim Wieland <joe@mcknight.de>
From: Joachim Wieland <joe@mcknight.de>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2013-03-05T12:30:08Z
Lists: pgsql-hackers
Attachments
- parallel_pg_dump_10.diff (application/octet-stream) patch
- pg_dump_docs.diff (application/octet-stream) patch
On Mon, Oct 15, 2012 at 5:13 PM, Andrew Dunstan <andrew@dunslane.net> wrote: >> These did not apply cleanly, but I have fixed them up. The combined diff >> against git tip is attached. It can also be pulled from my parallel_dump >> branch on <https://github.com/adunstan/postgresql-dev.git> This builds and >> runs OK on Linux, which is a start ... > > Well, you would also need this piece if you're applying the patch (sometimes > I forget to do git add ...) I am attaching rebased versions of Andrews latest patches for the parallel pg_dump feature and a separate doc patch. In the past I used to post two versions of the patch, one that just prepared the code and moved stuff around without any real functional change and one that then added the parallel dump feature on top of the first, so that the code changes were minimal. As Andrews patch is combined now and since that's what I rebased, it's only one part now. If anyone wants the two patches again, please let me know. Joachim