mirror of
https://github.com/postgres/postgres.git
synced 2025-12-09 02:08:45 +03:00
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.