Fix LMGR for MVCC.
Vadim B. Mikheev <vadim4o@yahoo.com>
Fix LMGR for MVCC. Get rid of Extend lock mode.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/hio.c | modified | +7 −8 |
| src/backend/storage/lmgr/lmgr.c | modified | +2 −6 |
| src/backend/storage/lmgr/lock.c | modified | +113 −138 |
| src/backend/storage/lmgr/proc.c | modified | +73 −55 |
| src/include/storage/lmgr.h | modified | +1 −3 |
| src/include/storage/lock.h | modified | +3 −2 |
| src/include/storage/proc.h | modified | +6 −5 |