Re: Logging problems in PostgreSQL 7.2devel

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au>
Cc: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Logging problems in PostgreSQL 7.2devel
Date: 2001-09-06 20:29:09
Message-ID: 4010.999808149@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

John Summerfield <pgtest(at)os2(dot)ami(dot)com(dot)au> writes:
> I have postmaster configured to use syslog. Despite this, these messages appear on the terminal from which I start it:
> 2001-09-03 23:44:37 [26371] DEBUG: recycled transaction log file 0000000000000044

Very strange. That shouldn't be happening with the syslog = 2 setting.
Can you trace through elog() with a debugger and see where it's going
wrong?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alessandro Rossi 2001-09-06 21:42:57 BUG in 7.1.3 (fwd)
Previous Message Stephan Szabo 2001-09-06 19:35:37 Re: upper() don't work with field-alias in the order by part