mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
When the remote end of the pipe is closed, select() reports the fd as readable, but poll() has a separate POLLHUP return code for that. Spotted by Peter Geoghegan.