|
6 | 6 | * Copyright (c) 2000-2006, PostgreSQL Global Development Group |
7 | 7 | * |
8 | 8 | * IDENTIFICATION |
9 | | - * $PostgreSQL: pgsql/src/backend/access/transam/varsup.c,v 1.73 2006/09/03 15:59:38 tgl Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/backend/access/transam/varsup.c,v 1.74 2006/09/26 17:21:39 alvherre Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -239,7 +239,7 @@ SetTransactionIdLimit(TransactionId oldest_datminxid, |
239 | 239 | LWLockRelease(XidGenLock); |
240 | 240 |
|
241 | 241 | /* Log the info */ |
242 | | -ereport(LOG, |
| 242 | +ereport(DEBUG1, |
243 | 243 | (errmsg("transaction ID wrap limit is %u, limited by database \"%s\"", |
244 | 244 | xidWrapLimit,NameStr(*oldest_datname)))); |
245 | 245 | /* Give an immediate warning if past the wrap warn point */ |
|