mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 21:39:18 -04:00
0150dbdce5
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.