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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy