pgsql: Fix pg_restore -l with the directory archive to display the corr

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_restore -l with the directory archive to display the corr
Date: 2013-06-15 20:17:50
Message-ID: E1Unwv0-0002xE-E2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_restore -l with the directory archive to display the correct format name.

Back-patch to 9.1 where the directory archive was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f69aece6f475b08a6ec60f80531eefc0005d9e9b

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2013-06-15 20:18:57 pgsql: Fix pg_restore -l with the directory archive to display the corr
Previous Message Tom Lane 2013-06-15 19:40:18 pgsql: Use SA_RESTART for all signals, including SIGALRM.