diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-01-09 02:02:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-01-09 02:02:43 +0000 |
commit | 0150dbdce54f24596547048d4d6617d62a2570a4 (patch) | |
tree | b2093a0e2efb39f29ce45bc3464b25dd6b298fba /src/backend/executor/execProcnode.c | |
parent | acc57543debdd2de93c2c5df31702ef8ecd461b5 (diff) | |
download | postgresql-0150dbdce54f24596547048d4d6617d62a2570a4.tar.gz postgresql-0150dbdce54f24596547048d4d6617d62a2570a4.zip |
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.
Diffstat (limited to 'src/backend/executor/execProcnode.c')
0 files changed, 0 insertions, 0 deletions