|
7 | 7 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.425 2010/06/1716:41:25 tgl Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.426 2010/06/1717:37:23 tgl Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -3253,7 +3253,8 @@ RemoveOldXlogFiles(uint32 log, uint32 seg, XLogRecPtr endptr)
|
3253 | 3253 | #endif
|
3254 | 3254 | structstatstatbuf;
|
3255 | 3255 |
|
3256 |
| -elog(DEBUG2,"removing WAL segments older than %X/%X",log,seg); |
| 3256 | +elog(DEBUG2,"removing WAL segments older than log file %u, segment %u", |
| 3257 | +log,seg); |
3257 | 3258 |
|
3258 | 3259 | /*
|
3259 | 3260 | * Initialize info about where to try to recycle to. We allow recycling
|
|