Special case in ProcSleep() wasn't sufficiently general: must check to
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/proc.c | modified | +30 −21 |
| src/backend/storage/lmgr/README | modified | +9 −10 |