]> granicus.if.org Git - postgresql/commit
Special case in ProcSleep() wasn't sufficiently general: must check to
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Jan 2001 18:23:12 +0000 (18:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Jan 2001 18:23:12 +0000 (18:23 +0000)
commitf433d0d3cdf7a20867ff7b325ae177d7c4b86829
tree88d582c28b9cf687c1a5d50a25aa8900068ac861
parentc6e6d292bcf3cb3b0d6b5d3d0ae0b1b7958b21a3
Special case in ProcSleep() wasn't sufficiently general: must check to
see if we shouldn't block whenever we insert ourselves anywhere before
the end of the queue, not only at the front.
src/backend/storage/lmgr/README
src/backend/storage/lmgr/proc.c