Special case in ProcSleep() wasn't sufficiently general: must check to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f433d0d3cdf7a20867ff7b325ae177d7c4b86829
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-01-26T18:23:12Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/backend/storage/lmgr/proc.c modified +30 −21
src/backend/storage/lmgr/README modified +9 −10