Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf69aece

Browse files
committed
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.
1 parent873ab97 commitf69aece

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/bin/pg_dump/pg_backup_archiver.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,9 @@ PrintTOCSummary(Archive *AHX, RestoreOptions *ropt)
885885
casearchCustom:
886886
fmtName="CUSTOM";
887887
break;
888+
casearchDirectory:
889+
fmtName="DIRECTORY";
890+
break;
888891
casearchTar:
889892
fmtName="TAR";
890893
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp