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

Commit25f5487

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 parentcbabf50 commit25f5487

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
@@ -927,6 +927,9 @@ PrintTOCSummary(Archive *AHX, RestoreOptions *ropt)
927927
casearchCustom:
928928
fmtName="CUSTOM";
929929
break;
930+
casearchDirectory:
931+
fmtName="DIRECTORY";
932+
break;
930933
casearchTar:
931934
fmtName="TAR";
932935
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp