lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: da3df47c84023ac0d65c5fae97abe2b42cef7e29
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-01-08T23:18:51Z
Releases: 8.3.0
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

PathChange+/−
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