]> granicus.if.org Git - postgresql/commit
Use an always-there test, not an Assert, to check for overrun of
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Apr 2005 03:43:54 +0000 (03:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Apr 2005 03:43:54 +0000 (03:43 +0000)
commite794dfa51144574dfbf51716c22116d03c7da7ca
treea769a67ca0da4cf59136d2f70e7202043da271ab
parenteb4b7a0b778ab2e67e43b41822ddae32803a30e3
Use an always-there test, not an Assert, to check for overrun of
the held_lwlocks[] array.  Per Qingqing Zhou.
src/backend/storage/lmgr/lwlock.c