Re: Logging problems in PostgreSQL 7.2devel - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Logging problems in PostgreSQL 7.2devel
Date
Msg-id 4010.999808149@sss.pgh.pa.us
Whole thread Raw
In response to Logging problems in PostgreSQL 7.2devel  (John Summerfield <pgtest@os2.ami.com.au>)
List pgsql-bugs
John Summerfield <pgtest@os2.ami.com.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

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: upper() don't work with field-alias in the order by part
Next
From: Bruce Momjian
Date:
Subject: Re: psql \d+ does not support tab completion as \d does.