pgsql: pg_dump: Refactor getIndexes()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: Refactor getIndexes()
Date: 2021-12-20 10:22:01
Message-ID: E1mzFnt-0005y1-Vb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Refactor getIndexes()

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

Discussion: https://www.postgresql.org/message-id/flat/67a28a3f-7b79-a5a9-fcc7-947b170e66f0%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2c52beecdea152ca680a22ef35c6a7da55aa30f

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 119 +++++++++++++++++-----------------------------
1 file changed, 44 insertions(+), 75 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2021-12-20 14:10:07 pgsql: Add fast path for validating UTF-8 text
Previous Message Peter Eisentraut 2021-12-20 09:43:06 pgsql: doc: More documentation on regular expressions and SQL standard