pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_dump.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_dump.c
Date
Msg-id 200105122336.f4CNaix05507@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/05/12 19:36:44

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

Log message:
    proisstrict must be assumed FALSE when dumping from a 7.0 database,
    not TRUE.  Otherwise we break pl call handler functions.  fmgr_oldstyle
    will take care of making sure the semantics are the same for C functions.
    Clean up some slightly grotty coding in 7.0 pg_class reading, also.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/bin/pg_dump pg_dump.c
Next
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/src/bin/pg_config pg_config.sh