Degrade the transaction-id wraparound point message from LOG to DEBUG1, per

discussion.

Patch from Simon Riggs.
This commit is contained in:
Alvaro Herrera 2006-09-26 17:21:39 +00:00
parent 1d5a13b154
commit 4650c4fdb9
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $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 $
*
*-------------------------------------------------------------------------
*/
@ -239,7 +239,7 @@ SetTransactionIdLimit(TransactionId oldest_datminxid,
LWLockRelease(XidGenLock);
/* Log the info */
ereport(LOG,
ereport(DEBUG1,
(errmsg("transaction ID wrap limit is %u, limited by database \"%s\"",
xidWrapLimit, NameStr(*oldest_datname))));
/* Give an immediate warning if past the wrap warn point */