]> granicus.if.org Git - postgresql/commit
Avoid assuming that pg_index table entries have unique OIDs, or even
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2001 00:30:35 +0000 (00:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2001 00:30:35 +0000 (00:30 +0000)
commit84a3634411c57cfe8020a3f9bb3f5884a8f4c651
tree4a34316fef38ecdb143786f9f7c715e981f3d5c0
parented5c4e4a14e9f9f4b818521b943bace0d5cd1e01
Avoid assuming that pg_index table entries have unique OIDs, or even
that they have OIDs at all (the primary key for this table is indexrelid,
not OID).  Simplify overly complex query to get name of primary key.
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h