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

Commit86be19b

Browse files
committed
Reduce routine successful-archiving message from LOG to DEBUG1 grade,
to reduce chattiness of logs. Per discussion.Simon Riggs
1 parentae3ff7a commit86be19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/postmaster/pgarch.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
*
2121
* IDENTIFICATION
22-
* $PostgreSQL: pgsql/src/backend/postmaster/pgarch.c,v 1.32 2007/11/15 21:14:37 momjian Exp $
22+
* $PostgreSQL: pgsql/src/backend/postmaster/pgarch.c,v 1.33 2007/11/24 21:37:04 tgl Exp $
2323
*
2424
*-------------------------------------------------------------------------
2525
*/
@@ -492,7 +492,7 @@ pgarch_archiveXlog(char *xlog)
492492

493493
return false;
494494
}
495-
ereport(LOG,
495+
ereport(DEBUG1,
496496
(errmsg("archived transaction log file \"%s\"",xlog)));
497497

498498
return true;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp