pg_dump: Refactor getIndexes()

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_dump: Refactor getIndexes()
Date: 2021-12-16 09:56:51
Message-ID: 67a28a3f-7b79-a5a9-fcc7-947b170e66f0@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This rearranges the version-dependent pieces in the new more modular style.

I had originally written this before pre-9.2 support was removed and it
had a few more branches then. But I think it is still useful, and there
are some pending patches that might add more branches for newer versions.

Attachment Content-Type Size
0001-pg_dump-Refactor-getIndexes.patch text/plain 6.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2021-12-16 10:05:19 Re: Unnecessary delay in streaming replication due to replay lag
Previous Message Andrey Borodin 2021-12-16 09:49:25 Re: [PATCH] sort leaf pages by ctid for gist indexes built using sorted method