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(-)
