pg_dump: Remove undocumented "files" output format
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Mar 2012 18:38:20 +0000 (20:38 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Mar 2012 18:39:59 +0000 (20:39 +0200)
commit19f45565f581ce605956c29586bfd277f6012eec
tree9d5828de33d69fff44dc31939d41d7bd2869f86b
parent9dbf2b7d75de5af38d087cbe2b1147dd0fd10f0a
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.
src/bin/pg_dump/Makefile
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_backup_files.c [deleted file]
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_restore.c