Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.
Tom Lane <tgl@sss.pgh.pa.us>
Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. Name chosen per pghackers discussion around 6/22/01.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/mvcc.sgml | modified | +28 −6 |
| doc/src/sgml/ref/lock.sgml | modified | +53 −26 |
| src/backend/parser/gram.y | modified | +11 −11 |
| src/backend/storage/lmgr/lmgr.c | modified | +28 −16 |
| src/backend/storage/lmgr/lock.c | modified | +2 −1 |
| src/include/storage/lmgr.h | modified | +8 −7 |
| src/include/storage/lock.h | modified | +3 −3 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +10 −10 |