mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 08:09:18 -04:00
00c26b6a60
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).