pgsql/src/bin/pg_dump pg_dump.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump pg_dump.c
Date: 2001-05-12 23:36:04
Message-ID: 200105122336.f4CNa4t05452@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:04

Modified files:
src/bin/pg_dump: 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 Tom Lane 2001-05-12 23:36:44 pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_dump.c
Previous Message Peter Eisentraut - PostgreSQL 2001-05-12 22:51:36 pgsql/doc/src/sgml Makefile admin.sgml array.s ...