]> granicus.if.org Git - postgresql/commit
Don't bomb out on indexes on system attributes other than 'oid'.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Apr 2001 21:34:13 +0000 (21:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Apr 2001 21:34:13 +0000 (21:34 +0000)
commit0e29d760f4884d6cc194cf6d95605417e825a145
treebaabbc5a1d2faf286fbee6664297d100a76e6bf0
parent8407bb3c724fa0c64996ad42f6c31f684f48b401
Don't bomb out on indexes on system attributes other than 'oid'.
(Not sure such an index is actually useful, but just because it's
useless doesn't mean pg_dump should coredump.)
src/bin/pg_dump/pg_dump.c