Skip to content

Commit 71fb7b9

Browse files
committed
Downgrade some low-level startup messages to DEBUG1.
1 parent fa0e318 commit 71fb7b9

File tree

1 file changed

+6
-6
lines changed
  • src/backend/access/transam

1 file changed

+6
-6
lines changed

src/backend/access/transam/xlog.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.270 2007/05/30 20:11:55 tgl Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.271 2007/05/31 07:36:12 petere Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -4702,7 +4702,7 @@ StartupXLOG(void)
47024702
record = ReadCheckpointRecord(checkPointLoc, 0);
47034703
if (record != NULL)
47044704
{
4705-
ereport(LOG,
4705+
ereport(DEBUG1,
47064706
(errmsg("checkpoint record is at %X/%X",
47074707
checkPointLoc.xlogid, checkPointLoc.xrecoff)));
47084708
InRecovery = true; /* force recovery even if SHUTDOWNED */
@@ -4726,7 +4726,7 @@ StartupXLOG(void)
47264726
record = ReadCheckpointRecord(checkPointLoc, 1);
47274727
if (record != NULL)
47284728
{
4729-
ereport(LOG,
4729+
ereport(DEBUG1,
47304730
(errmsg("checkpoint record is at %X/%X",
47314731
checkPointLoc.xlogid, checkPointLoc.xrecoff)));
47324732
}
@@ -4751,15 +4751,15 @@ StartupXLOG(void)
47514751
memcpy(&checkPoint, XLogRecGetData(record), sizeof(CheckPoint));
47524752
wasShutdown = (record->xl_info == XLOG_CHECKPOINT_SHUTDOWN);
47534753

4754-
ereport(LOG,
4754+
ereport(DEBUG1,
47554755
(errmsg("redo record is at %X/%X; shutdown %s",
47564756
checkPoint.redo.xlogid, checkPoint.redo.xrecoff,
47574757
wasShutdown ? "TRUE" : "FALSE")));
4758-
ereport(LOG,
4758+
ereport(DEBUG1,
47594759
(errmsg("next transaction ID: %u/%u; next OID: %u",
47604760
checkPoint.nextXidEpoch, checkPoint.nextXid,
47614761
checkPoint.nextOid)));
4762-
ereport(LOG,
4762+
ereport(DEBUG1,
47634763
(errmsg("next MultiXactId: %u; next MultiXactOffset: %u",
47644764
checkPoint.nextMulti, checkPoint.nextMultiOffset)));
47654765
if (!TransactionIdIsNormal(checkPoint.nextXid))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy