Make inclusion logic for sys/sem.h and sys/ipc.h consistent across all
Tom Lane <tgl@sss.pgh.pa.us>
Make inclusion logic for sys/sem.h and sys/ipc.h consistent across all the files that need them. Per trouble report from Teodor.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/ipc/ipc.c | modified | +2 −7 |
| src/backend/storage/lmgr/proc.c | modified | +7 −13 |
| src/backend/storage/lmgr/spin.c | modified | +8 −2 |