Re: Adding pg_dump flag for parallel export to pipes

From: Andrew Jackson <andrewjackson947(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Hannu Krosing <hannuk(at)google(dot)com>, Nitin Motiani <nitinmotiani(at)google(dot)com>
Subject: Re: Adding pg_dump flag for parallel export to pipes
Date: 2025-08-28 13:05:34
Message-ID: 175638633448.297107.6109407003106578412.pgcf@coridan.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Very interesting patch. One question: is it possible with this patch to pipe pg_dump directory output directly into pg_restore with this patch? Looking at the code I don't believe that is the case but figured I would ask.

Thanks,
Andrew Jackson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message BharatDB 2025-08-28 13:21:15 Re: GRANT/REVOKE locking semantics in get_object_address()
Previous Message BharatDB 2025-08-28 13:01:55 Reduce "Var IS [NOT] NULL" quals during constant folding