]> granicus.if.org Git - postgresql/commit
Fix pg_dump so that comments on views are dumped in the proper sequence.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Aug 2001 19:43:05 +0000 (19:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Aug 2001 19:43:05 +0000 (19:43 +0000)
commit8f0ee46dcb9dcf522cfa6475479ac8d67a9078fc
tree08364e3b19168af85cd2d59464895b18e1275bce
parent42fbb6dbe78f4f16cd8e5492529c6766cde5845d
Fix pg_dump so that comments on views are dumped in the proper sequence.
Dump the alignment and storage information for user-defined types (how'd
that manage to slip through the cracks?), and don't dump 'shell' types
that don't have typisdefined set.  Fix badly broken logic for dependencies
of type definitions (did not work for more than one user-defined type...).
Avoid memory leakage within pg_dump by being more careful to release
storage used by PQExpBuffer objects.
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h