pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_dump.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_dump.c
Date: 2001-05-12 23:36:44
Message-ID: 200105122336.f4CNaix05507@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-05-13 00:12:05 pgsql/src/bin/pg_config pg_config.sh
Previous Message Tom Lane 2001-05-12 23:36:04 pgsql/src/bin/pg_dump pg_dump.c