Log Message:
-----------
Implement a chunking protocol for writes to the syslogger pipe, with messages
reassembled in the syslogger before writing to the log file. This prevents
partial messages from being written, which mucks up log rotation, and 
messages from different backends being interleaved, which causes garbled
logs. Backport as far as 8.0, where the syslogger was introduced.

Tom Lane and Andrew Dunstan

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        syslogger.c (r1.31 -> r1.32)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c.diff?r1=1.31&r2=1.32)
    pgsql/src/backend/utils/error:
        elog.c (r1.186 -> r1.187)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c.diff?r1=1.186&r2=1.187)
    pgsql/src/include/postmaster:
        syslogger.h (r1.8 -> r1.9)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/postmaster/syslogger.h.diff?r1=1.8&r2=1.9)

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to