pgsql: pg_dump: Remove undocumented "files" output format

Started by Peter Eisentrautover 14 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)