pgsql: Remove unnecessary #include "spin.h" from shmem.h - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove unnecessary #include "spin.h" from shmem.h
Date
Msg-id E1w94iC-002wVL-0O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unnecessary #include "spin.h" from shmem.h

Commit 6b8238cb6a removed the last usage of slock_t from the
file. proc.c was relying the indirect #include, so add it to proc.c
directly.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fda530013282de284b1352ad310c2c53ead8ba78

Modified Files
--------------
src/include/storage/proc.h  | 1 +
src/include/storage/shmem.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: heapam: Track heap block in IndexFetchHeapData.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: heapam: Keep buffer pins across index scan resets.