pgsql: Set the close-on-exec flag for libpq's socket to the backend, to - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Set the close-on-exec flag for libpq's socket to the backend, to
Date
Msg-id 20041021202319.12EB332A8D5@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Set the close-on-exec flag for libpq's socket to the backend, to avoid
any possible problems from child programs executed by the client app.
Per suggestion from Elliot Lee of Red Hat.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-connect.c (r1.285 -> r1.286)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.285&r2=1.286)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid macro-redefinition warnings on Windows, per Andrew Dunstan.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Disallow referential integrity actions from being deferred; only