pgsql: Ensure that pg_restore -l will output DATABASE entries whether or

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that pg_restore -l will output DATABASE entries whether or
Date: 2010-05-15 21:41:16
Message-ID: 20100515214116.5F7367541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ensure that pg_restore -l will output DATABASE entries whether or not -C
is specified. Per bug report from Russell Smith and ensuing discussion.
Since this is a corner case behavioral change, I'm going to be conservative
and not back-patch it.

In passing, also rename the RestoreOptions field for the -C switch to
something less generic than "create".

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup.h (r1.52 -> r1.53)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup.h?r1=1.52&r2=1.53)
pg_backup_archiver.c (r1.184 -> r1.185)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.184&r2=1.185)
pg_dump.c (r1.579 -> r1.580)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.579&r2=1.580)
pg_restore.c (r1.101 -> r1.102)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c?r1=1.101&r2=1.102)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2010-05-15 23:03:38 pgbuildfarm - client-code: Provide a new base_port config parameter,
Previous Message Robert Haas 2010-05-15 20:01:32 pgsql: Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.