Re: Debug message in RemoveOldXlogFiles

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Debug message in RemoveOldXlogFiles
Date: 2010-06-17 17:37:52
Message-ID: 22273.1276796272@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fujii Masao <masao(dot)fujii(at)gmail(dot)com> writes:
> In the following debug message in RemoveOldXlogFiles(), the variables
> "log" and "seg" don't indicate LSN, so we should use %u instead of %X?
> elog(DEBUG2, "removing WAL segments older than %X/%X", log, seg);

> I attached the patch to do so.

Applied, thanks.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2010-06-17 17:41:41 Re: ANNOUNCE list (was Re: New PGXN Extension site)
Previous Message Tom Lane 2010-06-17 17:33:23 Re: debug log in pg_archivecleanup