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_6_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/29babe981cba76d934aa4936ca393ddd2894c4e7 Modified Files -------------- src/fe_utils/print.c | 2 ++ 1 file changed, 2 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
