Re: Adding pg_dump flag for parallel export to pipes

From: Nitin Motiani <nitinmotiani(at)google(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Hannu Krosing <hannuk(at)google(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Adding pg_dump flag for parallel export to pipes
Date: 2026-01-21 08:53:46
Message-ID: CAH5HC95AkaAxLm-=FfCGY94QaUUrTwL1cB5JZUrD8Fn1v8KKaQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 13, 2026 at 4:20 PM Nitin Motiani <nitinmotiani(at)google(dot)com> wrote:
>
> Hi Dilip,
>
> I have rebased the patches and cleaned up the TODOs. Please take a
> look. The fifth patch is still WIP because I'm working on figuring out
> the test failure. I'll report my findings on that soon.
>

Attaching the new version after rebasing and fixing a fallthrough bug
introduced in v6.

Thanks,
Nitin Motiani
Google

Attachment Content-Type Size
v7-0004-Add-documentation-for-pipe-command-in-pg_dump-and.patch application/x-patch 7.5 KB
v7-0001-Add-pipe-command-support-for-directory-mode-of-pg.patch application/x-patch 30.5 KB
v7-0005-WIP-This-is-WIP-patch-for-adding-tests-to-pg_dump.patch application/x-patch 2.5 KB
v7-0003-Add-basic-tests-for-pipe-command.patch application/x-patch 2.6 KB
v7-0002-Add-pipe-command-support-in-pg_restore.patch application/x-patch 6.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Akshay Joshi 2026-01-21 09:31:44 Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement
Previous Message Tatsuro Yamada 2026-01-21 08:46:45 Re: [PATCH] psql: add \dcs to list all constraints