OSDN Git Service

Remove bogus manipulation of SIGPIPE; the backend already runs with
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Feb 2003 00:18:41 +0000 (00:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Feb 2003 00:18:41 +0000 (00:18 +0000)
commit874e8cef99c2a296e893323be873585c80dde017
treed48a0aea52f7b7ed4072c66e6f1ee3ead09ddb03
parent8eac198d5b983e4cf659bf874973f996e05d1482
Remove bogus manipulation of SIGPIPE; the backend already runs with
SIGPIPE disabled, and does not need to waste two syscalls per I/O on it.
src/backend/libpq/be-secure.c