pg_dump: Refactor getIndexes()
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.
Attachments:
0001-pg_dump-Refactor-getIndexes.patchtext/plain; charset=UTF-8; name=0001-pg_dump-Refactor-getIndexes.patchDownload+44-76
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
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.
I didn't double-check the details, but +1 for doing this (and similarly
elsewhere, whenever anyone feels motivated to do so).
regards, tom lane