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

Commit11b335a

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 parentc521665 commit11b335a

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
@@ -1018,7 +1018,7 @@ StartRestoreBlob(ArchiveHandle *AH, Oid oid, bool drop)
10181018
/* Initialize the LO Buffer */
10191019
AH->lo_buf_used=0;
10201020

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

10231023
/* With an old archive we must do drop and create logic here */
10241024
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
@@ -728,7 +728,7 @@ _LoadBlobs(ArchiveHandle *AH, RestoreOptions *ropt)
728728
oid=atooid(&th->targetFile[5]);
729729
if (oid!=0)
730730
{
731-
ahlog(AH,1,"restoring large object OID %u\n",oid);
731+
ahlog(AH,1,"restoring large objectwithOID %u\n",oid);
732732

733733
StartRestoreBlob(AH,oid,ropt->dropSchema);
734734

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp