]> granicus.if.org Git - postgresql/commit
Fix a number of places where pg_dump was careless about explicitly
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Sep 2001 01:11:50 +0000 (01:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Sep 2001 01:11:50 +0000 (01:11 +0000)
commitee3c51d4f536c6d5584e4cdc2bea4a5714d91479
tree902252ad2af448b2ec0d330f39010e2b9cddf115
parentb579d4614fef75ee398e7abf981d2fe1e2b0b0d8
Fix a number of places where pg_dump was careless about explicitly
coercing OID literals to OID in its queries.  Depending on the query
and the server version, this could cause failures for OIDs over 2 billion.
src/bin/pg_dump/pg_dump.c