Allow libpq to do thread-safe SIGPIPE handling. This allows it to

Bruce Momjian <bruce@momjian.us>

Commit: 0150dbdce54f24596547048d4d6617d62a2570a4
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-01-09T02:02:43Z
Releases: 8.0.0
Allow libpq to do thread-safe SIGPIPE handling.  This allows it to
ignore SIGPIPE from send() in libpq, but terminate on any other SIGPIPE,
unless the user installs their own signal handler.

This is a minor fix because the only time you get SIGPIPE from libpq's
send() is when the backend dies.

Files