]> granicus.if.org Git - postgresql/commit
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)
commite6903c49a541a181bb44d8712b6fee364fd2c1c3
tree773c8f3208ef61cf8d96f15b59ab8ecd5a736726
parent631b3e46917bc97feed704c524840340916b6cf5
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