pgsql-server/src/backend/libpq be-secure.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/libpq be-secure.c
Date
Msg-id 20030214001841.70254475AFA@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/13 19:18:41

Modified files:
    src/backend/libpq: be-secure.c

Log message:
    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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/pl/plpython Tag: REL7_3_STABL ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/interfaces/libpq fe-connect.c