Обсуждение: pgsql: Restore psql's SIGPIPE setting if popen() fails.

Поиск
Список
Период
Сортировка

pgsql: Restore psql's SIGPIPE setting if popen() fails.

От
Tom Lane
Дата:
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b7e1ae2328f7d5a88d8916d78b4561d8ef16f99b

Modified Files
--------------
src/fe_utils/print.c | 2 ++
1 file changed, 2 insertions(+)