Re: [COMMITTERS] pgsql: Implement error checking for pthreads calls in thread-safe mode.

2008-05-17 Thread Gregory Stark
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > Log Message: > --- > Implement error checking for pthreads calls in thread-safe mode. They really > should always succeed, but in the likely event of a failure we would > previously fall through *without locking* - the new code will exit(1).

[COMMITTERS] pgsql: Implement error checking for pthreads calls in thread-safe mode.

2008-05-16 Thread Magnus Hagander
Log Message: --- Implement error checking for pthreads calls in thread-safe mode. They really should always succeed, but in the likely event of a failure we would previously fall through *without locking* - the new code will exit(1). Printing the error message on stderr will not work for a