aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lockfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-02-22 11:20:35 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-02-22 11:20:35 -0500
commit73bf8715aa7430bd003516bde448507fbe789c05 (patch)
tree1ddf2a5fb9d5df842bb6446c3dd43b882ee2b32c /src/backend/utils/adt/lockfuncs.c
parentea56b06cf77a6932a74f9d4ec6c950a333d1527d (diff)
downloadpostgresql-73bf8715aa7430bd003516bde448507fbe789c05.tar.gz
postgresql-73bf8715aa7430bd003516bde448507fbe789c05.zip
Remove redundant PGPROC.lockGroupLeaderIdentifier field.
We don't really need this field, because it's either zero or redundant with PGPROC.pid. The use of zero to mark "not a group leader" is not necessary since we can just as well test whether lockGroupLeader is NULL. This does not save very much, either as to code or data, but the simplification seems worthwhile anyway.
Diffstat (limited to 'src/backend/utils/adt/lockfuncs.c')
0 files changed, 0 insertions, 0 deletions