• Heikki Linnakangas's avatar
    Fix a couple of bugs in pg_recvlogical output to stdout. · 00c26b6a
    Heikki Linnakangas authored
    Don't close stdout on SIGHUP. Also, when a SIGHUP is received, close the
    file immediately, rather than only after receiving some more data from
    the server. Rename a variable, to avoid mentally dealing with double
    negatives (not unsynced means synced).
    00c26b6a
pg_recvlogical.c 23.6 KB