We don't need to include pg_sema.h in s_lock.h anymore.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 220b34331f77effdb46798ddd7cca0cffc1b2858
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-01-09T01:58:22Z
Releases: 9.4.0
We don't need to include pg_sema.h in s_lock.h anymore.

Minor improvement to commit daa7527afc2274432094ebe7ceb03aa41f916607:
s_lock.h no longer has any need to mention PGSemaphoreData, so we can
rip out the #include that supplies that.  In a non-HAVE_SPINLOCKS
build, this doesn't really buy much since we still need the #include
in spin.h --- but everywhere else, this reduces #include footprint by
some trifle, and helps keep the different locking facilities separate.

Files

PathChange+/−
src/backend/storage/lmgr/spin.c modified +1 −0
src/include/storage/s_lock.h modified +0 −3
src/include/storage/spin.h modified +3 −0