[COMMITTERS] pgsql: On Windows, syslogger runs in two threads.

2010-04-16 Thread Heikki Linnakangas
Log Message: --- On Windows, syslogger runs in two threads. The main thread processes config reload and rotation signals, and a helper thread reads messages from the pipe and writes them to the log file. However, server code isn't generally thread-safe, so if both try to do e.g palloc()/pfr

[COMMITTERS] pgsql: On Windows, syslogger runs in two threads.

2010-04-16 Thread Heikki Linnakangas
Log Message: --- On Windows, syslogger runs in two threads. The main thread processes config reload and rotation signals, and a helper thread reads messages from the pipe and writes them to the log file. However, server code isn't generally thread-safe, so if both try to do e.g palloc()/pfr

[COMMITTERS] pgsql: On Windows, syslogger runs in two threads.

2010-04-16 Thread Heikki Linnakangas
Log Message: --- On Windows, syslogger runs in two threads. The main thread processes config reload and rotation signals, and a helper thread reads messages from the pipe and writes them to the log file. However, server code isn't generally thread-safe, so if both try to do e.g palloc()/pfr

[COMMITTERS] pgsql: On Windows, syslogger runs in two threads.

2010-04-16 Thread Heikki Linnakangas
Log Message: --- On Windows, syslogger runs in two threads. The main thread processes config reload and rotation signals, and a helper thread reads messages from the pipe and writes them to the log file. However, server code isn't generally thread-safe, so if both try to do e.g palloc()/pfr