mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
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.
This commit is contained in:
parent
873ab97219
commit
f69aece6f4
@ -885,6 +885,9 @@ PrintTOCSummary(Archive *AHX, RestoreOptions *ropt)
|
||||
case archCustom:
|
||||
fmtName = "CUSTOM";
|
||||
break;
|
||||
case archDirectory:
|
||||
fmtName = "DIRECTORY";
|
||||
break;
|
||||
case archTar:
|
||||
fmtName = "TAR";
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user