Content-Length: 273308 | pFad | http://github.com/postgrespro/postgres/commit/d074805fd42d077e850d69ca46fafc0dddf42671

26 Change "restoring" to "processing" in message from pg_dump · postgrespro/postgres@d074805 · GitHub
Skip to content

Commit d074805

Browse files
committed
Change "restoring" to "processing" in message from pg_dump
The same message is used in both pg_restore and pg_dump, and it's confusing to output "restoring data for table xyz" when the user is just doing a pg_dump.
1 parent 4effe7a commit d074805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_dump/pg_backup_archiver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ restore_toc_entry(ArchiveHandle *AH, TocEntry *te,
655655
if (strcmp(te->desc, "BLOBS") == 0 ||
656656
strcmp(te->desc, "BLOB COMMENTS") == 0)
657657
{
658-
ahlog(AH, 1, "restoring %s\n", te->desc);
658+
ahlog(AH, 1, "processing %s\n", te->desc);
659659

660660
_selectOutputSchema(AH, "pg_catalog");
661661

@@ -669,7 +669,7 @@ restore_toc_entry(ArchiveHandle *AH, TocEntry *te,
669669
_becomeOwner(AH, te);
670670
_selectOutputSchema(AH, te->namespace);
671671

672-
ahlog(AH, 1, "restoring data for table \"%s\"\n",
672+
ahlog(AH, 1, "processing data for table \"%s\"\n",
673673
te->tag);
674674

675675
/*

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/d074805fd42d077e850d69ca46fafc0dddf42671

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy