pgsql: Restore psql's SIGPIPE setting if popen() fails. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Restore psql's SIGPIPE setting if popen() fails.
Date
Msg-id E1cEgC2-0000XN-K4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Restore psql's SIGPIPE setting if popen() fails.

Ancient oversight in PageOutput(): if popen() fails, we'd better reset
the SIGPIPE handler before returning stdout, because ClosePager() won't.
Noticed while fixing the empty-PAGER issue.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/433e65c2bd907723a5d93b3f2ff0bdbc77a0b625

Modified Files
--------------
src/bin/psql/print.c | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Restore psql's SIGPIPE setting if popen() fails.
Next
From: Tom Lane
Date:
Subject: pgsql: Restore psql's SIGPIPE setting if popen() fails.