Skip to content

Commit 5bb4f72

Browse files
committed
Remove elog for online log files.
1 parent f01f08b commit 5bb4f72

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 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.41 2000/12/11 18:02:25 vadim Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.42 2000/12/11 19:27:42 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -940,7 +940,6 @@ MoveOfflineLogs(char *archdir, uint32 _logId, uint32 _logSeg)
940940
continue;
941941
if (strcmp(xlde->d_name, lastoff) > 0)
942942
{
943-
elog(DEBUG, "MoveOfflineLogs: skip %s", xlde->d_name);
944943
errno = 0;
945944
continue;
946945
}

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