projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922d2f0
)
Reduce routine successful-archiving message from LOG to DEBUG1 grade,
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 24 Nov 2007 21:37:04 +0000
(21:37 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 24 Nov 2007 21:37:04 +0000
(21:37 +0000)
to reduce chattiness of logs. Per discussion.
Simon Riggs
src/backend/postmaster/pgarch.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/pgarch.c
b/src/backend/postmaster/pgarch.c
index b1a1989ef0efd0d16eb18e9ad65e71230a8614fd..08660c0ac64d071ddadb34c1c4e7dcad7236e4ea 100644
(file)
--- a/
src/backend/postmaster/pgarch.c
+++ b/
src/backend/postmaster/pgarch.c
@@
-492,7
+492,7
@@
pgarch_archiveXlog(char *xlog)
return false;
}
- ereport(
LOG
,
+ ereport(
DEBUG1
,
(errmsg("archived transaction log file \"%s\"", xlog)));
return true;