Minor #include cleanup.
Tom Lane <tgl@sss.pgh.pa.us>
Minor #include cleanup. I just noticed that libpq's pqsignal.h was violating our general inclusion style guidelines by explicitly including postgres_fe.h. Remove that, and put it in pqsignal.c where it belongs.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/pqsignal.c | modified | +5 −2 |
| src/interfaces/libpq/pqsignal.h | modified | +1 −3 |