mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-01 17:57:00 +08: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.