If we're going to have a non-panic check for held_lwlocks[] overrun,

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

Commit: badb83f9ec72687c27e8f983fbaefc26a8d1af31
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-08T14:18:35Z
Releases: 8.1.0
If we're going to have a non-panic check for held_lwlocks[] overrun,
it must occur *before* we get into the critical state of holding a
lock we have no place to record.  Per discussion with Qingqing Zhou.

Files

PathChange+/−
src/backend/storage/lmgr/lwlock.c modified +9 −5