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

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix pg_restore -l with the directory archive to display the corr
Дата
Msg-id E1Unwwp-0002z6-12@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/81bb2d23bdf8d0b102c5fb0abd0a5df6fd74aba9

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix pg_restore -l with the directory archive to display the corr
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Use WaitLatch, not pg_usleep, for delaying in pg_sleep().