Skip to content

Commit dae369d

Browse files
committed
elog(LOG)-->elog(DEBUG) for skipped logs.
1 parent 70c5fdd commit dae369d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.40 2000/12/08 22:21:33 tgl Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.41 2000/12/11 18:02:25 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -940,7 +940,7 @@ MoveOfflineLogs(char *archdir, uint32 _logId, uint32 _logSeg)
940940
continue;
941941
if (strcmp(xlde->d_name, lastoff) > 0)
942942
{
943-
elog(LOG, "MoveOfflineLogs: skip %s", xlde->d_name);
943+
elog(DEBUG, "MoveOfflineLogs: skip %s", xlde->d_name);
944944
errno = 0;
945945
continue;
946946
}

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