From ea9df812d8502fff74e7bc37d61bdc7d66d77a7f Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 27 Jan 2014 11:07:44 -0500 Subject: Relax the requirement that all lwlocks be stored in a single array. This makes it possible to store lwlocks as part of some other data structure in the main shared memory segment, or in a dynamic shared memory segment. There is still a main LWLock array and this patch does not move anything out of it, but it provides necessary infrastructure for doing that in the future. This change is likely to increase the size of LWLockPadded on some platforms, especially 32-bit platforms where it was previously only 16 bytes. Patch by me. Review by Andres Freund and KaiGai Kohei. --- src/tools/pgindent/typedefs.list | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 1f735b70b7a..ad40735333b 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -896,7 +896,6 @@ LPWSTR LSEG LVRelStats LWLock -LWLockId LWLockMode LWLockPadded LabelProvider -- cgit v1.2.3