pgsql: pg_dump: Refactor dumpDatabase()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: Refactor dumpDatabase()
Date: 2022-01-04 15:27:51
Message-ID: E1n4lj5-0002JS-F4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Refactor dumpDatabase()

Rearrange the version-dependent pieces in the new more modular style.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/56a3e848c74730cde15278266b757f4262948763

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 39 +++++++++++++--------------------------
1 file changed, 13 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-01-04 16:02:23 pgsql: Allow special SKIP LOCKED condition in Assert()
Previous Message Tom Lane 2022-01-03 23:14:06 pgsql: Tab completion: don't offer valid constraints in VALIDATE CONSTR