]> granicus.if.org Git - postgresql/commit
Un-break pg_dump --- pg_class.indproc is now regproc not oid, which
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Aug 2001 00:44:40 +0000 (00:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Aug 2001 00:44:40 +0000 (00:44 +0000)
commitceca2a7d14625634f8c95fc2317b55086dece054
tree30e4fc09b4aa33f7e7b12b3c1d94ea16ed33093d
parent87c5e0fa56c8c95fa4c8353b767b20126690b3f6
Un-break pg_dump --- pg_class.indproc is now regproc not oid, which
for some reason displays a zero oid differently.  Possibly we should
revert that schema change, but it's easy to make pg_dump accept both
spellings so I'll do that for now.
src/bin/pg_dump/pg_dump.c