]> 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:32:07 +0000 (20:32 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 4 Oct 1996 20:32:07 +0000 (20:32 +0000)
commit4feb696be732ea07027f964974547b3976f25ed5
tree3c405d86a5234cd4827dbd69603abed627262f4e
parent002be14c45ff498ed7e4e9908921e6a9167f1da5
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