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

Commit9166ae2

Browse files
committed
pg_dump: Fix verbosity level in LO progress messages
In passing, reword another instance of the same message that wasgratuitously different.Author: Josh Kupershmidtafter a bug report by Bosco Rama
1 parent10a376c commit9166ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_backup_archiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ StartRestoreBlob(ArchiveHandle *AH, Oid oid, bool drop)
954954
/* Initialize the LO Buffer */
955955
AH->lo_buf_used=0;
956956

957-
ahlog(AH,2,"restoring large object with OID %u\n",oid);
957+
ahlog(AH,1,"restoring large object with OID %u\n",oid);
958958

959959
/* With an old archive we must do drop and create logic here */
960960
if (old_blob_style&&drop)

‎src/bin/pg_dump/pg_backup_tar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ _LoadBlobs(ArchiveHandle *AH, RestoreOptions *ropt)
726726
oid=atooid(&th->targetFile[5]);
727727
if (oid!=0)
728728
{
729-
ahlog(AH,1,"restoring large object OID %u\n",oid);
729+
ahlog(AH,1,"restoring large objectwithOID %u\n",oid);
730730

731731
StartRestoreBlob(AH,oid,ropt->dropSchema);
732732

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp