Content-Length: 258681 | pFad | http://github.com/postgrespro/postgres/commit/f69aece6f475b08a6ec60f80531eefc0005d9e9b

D4 Fix pg_restore -l with the directory archive to display the correct f… · postgrespro/postgres@f69aece · GitHub
Skip to content

Commit f69aece

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 parent 873ab97 commit f69aece

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
case archCustom:
886886
fmtName = "CUSTOM";
887887
break;
888+
case archDirectory:
889+
fmtName = "DIRECTORY";
890+
break;
888891
case archTar:
889892
fmtName = "TAR";
890893
break;

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/f69aece6f475b08a6ec60f80531eefc0005d9e9b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy