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

Commitd074805

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'sconfusing to output "restoring data for table xyz" when the useris just doing a pg_dump.
1 parent4effe7a commitd074805

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)

[8]ページ先頭

©2009-2025 Movatter.jp