mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +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.