lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.
Tom Lane <tgl@sss.pgh.pa.us>
lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. Also a couple of minor tweaks to try to future-proof the code a bit better against future locktag additions.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/lmgr.c | modified | +11 −4 |
| src/backend/utils/adt/lockfuncs.c | modified | +3 −3 |
| src/include/storage/lock.h | modified | +3 −1 |