We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5a13b commit 4650c4fCopy full SHA for 4650c4f
src/backend/access/transam/varsup.c
@@ -6,7 +6,7 @@
6
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
7
*
8
* IDENTIFICATION
9
- * $PostgreSQL: pgsql/src/backend/access/transam/varsup.c,v 1.73 2006/09/03 15:59:38 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/varsup.c,v 1.74 2006/09/26 17:21:39 alvherre Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -239,7 +239,7 @@ SetTransactionIdLimit(TransactionId oldest_datminxid,
239
LWLockRelease(XidGenLock);
240
241
/* Log the info */
242
- ereport(LOG,
+ ereport(DEBUG1,
243
(errmsg("transaction ID wrap limit is %u, limited by database \"%s\"",
244
xidWrapLimit, NameStr(*oldest_datname))));
245
/* Give an immediate warning if past the wrap warn point */
0 commit comments