]> granicus.if.org Git - postgresql/commitdiff
Make RemoveOldXlogFiles's debug printout match style used elsewhere:
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jun 2010 17:37:23 +0000 (17:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jun 2010 17:37:23 +0000 (17:37 +0000)
log and seg aren't an XLogRecPtr and shouldn't be printed like one.
Fujii Masao

src/backend/access/transam/xlog.c

index ab474c35b0d87a755750c441b3e5f81c48b367bf..72a1ae71f986c34c1c380f6f175c26dd9e23189c 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.425 2010/06/17 16:41:25 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.426 2010/06/17 17:37:23 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -3253,7 +3253,8 @@ RemoveOldXlogFiles(uint32 log, uint32 seg, XLogRecPtr endptr)
 #endif
        struct stat statbuf;
 
-       elog(DEBUG2, "removing WAL segments older than %X/%X", log, seg);
+       elog(DEBUG2, "removing WAL segments older than log file %u, segment %u",
+                log, seg);
 
        /*
         * Initialize info about where to try to recycle to.  We allow recycling