mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 15:49:28 -04:00
b7e1ae2328
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.