summaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r--src/include/storage/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index a9405ce13be..dbcdd3f340e 100644
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -166,7 +166,6 @@ struct PGPROC
* Support for lock groups. Use LockHashPartitionLockByProc on the group
* leader to get the LWLock protecting these fields.
*/
- int lockGroupLeaderIdentifier; /* MyProcPid, if I'm a leader */
PGPROC *lockGroupLeader; /* lock group leader, if I'm a member */
dlist_head lockGroupMembers; /* list of members, if I'm a leader */
dlist_node lockGroupLink; /* my member link, if I'm a member */