Include c.h instead of postgres.h in files that need to be usable in
Tom Lane <tgl@sss.pgh.pa.us>
Include c.h instead of postgres.h in files that need to be usable in both frontend and backend. Per Andreas Pflug.
Files
| Path | Change | +/− |
|---|---|---|
| src/port/getopt.c | modified | +1 −1 |
| src/port/getrusage.c | modified | +2 −2 |
| src/port/gettimeofday.c | modified | +2 −2 |
| src/port/kill.c | modified | +2 −2 |
| src/port/noblock.c | modified | +2 −2 |
| src/port/pgsleep.c | modified | +2 −2 |
| src/port/pgstrcasecmp.c | modified | +2 −2 |
| src/port/pipe.c | modified | +2 −2 |
| src/port/sprompt.c | modified | +2 −2 |
| src/port/thread.c | modified | +2 −2 |