Thread: pgsql/src/bin/pg_dump pg_dump.c

pgsql/src/bin/pg_dump pg_dump.c

From
"Marc G. Fournier"
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    scrappy@hub.org    01/09/06 21:11:50

Modified files:
    src/bin/pg_dump: pg_dump.c

Log message:
    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.