proisstrict must be assumed FALSE when dumping from a 7.0 database,
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 May 2001 23:36:44 +0000 (23:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 May 2001 23:36:44 +0000 (23:36 +0000)
commit014ce4e47379d68c90d139c12e745258ad0e7aea
tree1441ba583e37a6aebac3241dd3d0bcff7efb0ecc
parent1e46e62bc3589755d899fabe7b8a59c60a63ac45
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.
src/bin/pg_dump/pg_dump.c