pgsql/src/bin/pg_dump pg_dump.c
pgsql/src/bin/pg_dump pg_dump.c
От:
Tom Lane <tgl@hub.org>
Дата:
CVSROOT: /home/projects/pgsql/cvsroot Module name: pgsql Changes by: tgl@hub.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.