]> granicus.if.org Git - postgresql/commit
Clean up locktable init code per recent gripe from Kurt Roeckx.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Aug 2003 22:41:12 +0000 (22:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Aug 2003 22:41:12 +0000 (22:41 +0000)
commitde9c553f6bd931c311e6e05e172bb860dc8f0d5e
treef3dd0dea54a158c4c97b34b045a12a4c21a59adc
parentc771838106a4fd9289580a93b24f27d6c67b7fc7
Clean up locktable init code per recent gripe from Kurt Roeckx.
No change in behavior, but old code would have failed to detect
overrun of MAX_LOCKMODES.
src/backend/storage/lmgr/lmgr.c
src/backend/storage/lmgr/lock.c