• Tom Lane's avatar
    Restore psql's SIGPIPE setting if popen() fails. · b7e1ae23
    Tom Lane authored
    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.
    b7e1ae23
print.c 81 KB