pg_dump: Remove undocumented "files" output format This was for demonstration only, and now it was creating compiler warnings from zlib without an obvious fix (see also d923125b77c5d698bb8107a533a21627582baa43), let's just remove it. The "directory" format is presumably similar enough anyway.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/19f45565f581ce605956c29586bfd277f6012eec Modified Files -------------- src/bin/pg_dump/Makefile | 2 +- src/bin/pg_dump/pg_backup.h | 1 - src/bin/pg_dump/pg_backup_archiver.c | 7 - src/bin/pg_dump/pg_backup_archiver.h | 1 - src/bin/pg_dump/pg_backup_files.c | 562 ---------------------------------- src/bin/pg_dump/pg_dump.c | 7 - src/bin/pg_dump/pg_restore.c | 5 - 7 files changed, 1 insertions(+), 584 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
