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

pgsql/src/bin/pg_dump pg_dump.c

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/02/27 15:59:06

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

Log message:
    #ifdef out pg_dump's check on whether a sequence's sequence_name field
    matches the sequence name from pg_class.  This fails if the sequence has
    been renamed, and seems rather pointless in any case.
    Also improve a couple of error messages about inconsistencies.