• Tom Lane's avatar
    Clean up some minor bugs concerning what was inside the main loop · e12f4162
    Tom Lane authored
    and what wasn't.  Also try to improve the comments so that doesn't happen
    again.  Changed SIGPIPE handling to SIG_IGN so that if frontend quits,
    we will finish out the current command and return to main loop before
    quitting.  This seems much safer than a forced abort mid-command.
    e12f4162
postgres.c 40.9 KB