proisstrict must be assumed FALSE when dumping from a 7.0 database,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e6903c49a541a181bb44d8712b6fee364fd2c1c3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-05-12T23:36:44Z
Releases: 7.1.2
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.

Files

PathChange+/−
src/bin/pg_dump/pg_dump.c modified +12 −11