pgsql: pg_dump: Remove undocumented "files" output format

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Remove undocumented "files" output format
Date: 2012-03-20 18:41:06
Message-ID: E1SA3zW-0006rp-M8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-03-20 19:10:49 pgsql: Remove stray word from sepgsql documentation.
Previous Message Tom Lane 2012-03-20 01:38:38 pgsql: Restructure SELECT INTO's parsetree representation into CreateTa