mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 00:04:44 -05: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.