postgresql/src/backend/utils/error
Andrew Dunstan bd2cb9aaa5 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
2007-06-14 01:48:51 +00:00
..
assert.c A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, 2007-05-04 02:01:02 +00:00
elog.c Implement a chunking protocol for writes to the syslogger pipe, with messages 2007-06-14 01:48:51 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00