Re: more robust log rotation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: more robust log rotation
Date: 2007-06-05 22:00:54
Message-ID: 10556.1181080854@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> My thought is to have the logger mark each true log line line end with a
> null byte.

This seems not to help much when you consider interleaved output from
different backends...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-06-05 22:34:45 Re: more robust log rotation
Previous Message Andrew Dunstan 2007-06-05 20:34:05 more robust log rotation