From: Tomas Vondra Date: Mon, 7 Nov 2016 19:34:15 +0000 (+0100) Subject: fix list of LWLocks (add XL-specific locks) X-Git-Tag: XL_10_R1BETA1~530 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=de00d24d63fc1fb65b10b33f9f9865b40eb904bd;p=postgres-xl.git fix list of LWLocks (add XL-specific locks) Originally the locks were only added conditionally using #ifdef, but as the list was moved to a text file (from a header), that's no longer possible. Which is probably for the better anyway. --- diff --git a/src/backend/storage/lmgr/lwlocknames.txt b/src/backend/storage/lmgr/lwlocknames.txt index f8996cd21a..b7c7c7d49c 100644 --- a/src/backend/storage/lmgr/lwlocknames.txt +++ b/src/backend/storage/lmgr/lwlocknames.txt @@ -47,3 +47,7 @@ CommitTsLock 39 ReplicationOriginLock 40 MultiXactTruncationLock 41 OldSnapshotTimeMapLock 42 +BarrierLock 43 +NodeTableLock 44 +SQueuesLock 45 +ClusterMonitorLock 46