]> granicus.if.org Git - postgresql/commit
Use calloc() to allocate empty structures.
authorBruce Momjian <bruce@momjian.us>
Wed, 8 Oct 2003 03:52:32 +0000 (03:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 8 Oct 2003 03:52:32 +0000 (03:52 +0000)
commitbdae05f5d106e215ca84857478716b6ae1cbf967
tree079760a8c91311c1d3f9a25bc0d818b4082435f2
parentb8382c26884f4adcf525e0bc7fdf0c671d57b84d
Use calloc() to allocate empty structures.

Fix pg_restore tar log output bug where Special flag wasn't being
initialized; bug seen on XP.
src/bin/pg_dump/pg_backup_custom.c
src/bin/pg_dump/pg_backup_files.c
src/bin/pg_dump/pg_backup_tar.c
src/bin/pg_dump/pg_dump.c