]> granicus.if.org Git - postgresql/commit
Here the fix for the first assertion failure I had which killed
authorMarc G. Fournier <scrappy@hub.org>
Fri, 4 Oct 1996 20:33:18 +0000 (20:33 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 4 Oct 1996 20:33:18 +0000 (20:33 +0000)
commit93c7dcffa2e0ec304bf968c9977670d81ea58bd3
tree02b90b320d20216b7f09f168620ac45e42fa3eeb
parent9b1e589ca80d156215f3379940244ec41e873f22
Here the fix for the first assertion failure I had which killed
my postmaster 1.07.
It's really simple, the loop dealing with all sockets
can't handle more than one ready socket :-)
A simple logic error dealing with lists.
OR IS THERE ANY REASON FOR SETTING curr TO 0?

Submitted by:  Carsten Heyl <Heyl@nads.de>
src/backend/postmaster/postmaster.c