OSDN Git Service

If we're going to have a non-panic check for held_lwlocks[] overrun,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Apr 2005 14:18:35 +0000 (14:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Apr 2005 14:18:35 +0000 (14:18 +0000)
commitbadb83f9ec72687c27e8f983fbaefc26a8d1af31
treecf4b2bcdd16146c0fce2e7f25a1612a4cc2ac2d4
parente794dfa51144574dfbf51716c22116d03c7da7ca
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.
src/backend/storage/lmgr/lwlock.c