Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane <tgl@sss.pgh.pa.us>
Be careful to include postgres.h *before* any system headers, to ensure that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/cubeparse.y | modified | +2 −2 |
| contrib/cube/cubescan.l | modified | +2 −1 |
| contrib/dblink/dblink.c | modified | +1 −2 |
| contrib/dbmirror/pending.c | modified | +3 −2 |
| contrib/fuzzystrmatch/fuzzystrmatch.h | modified | +2 −3 |
| contrib/seg/segscan.l | modified | +2 −2 |
| contrib/tablefunc/tablefunc.c | modified | +2 −3 |
| contrib/tsearch/parser.l | modified | +2 −2 |
| src/backend/optimizer/geqo/geqo_selection.c | modified | +3 −2 |
| src/backend/optimizer/path/tidpath.c | modified | +3 −3 |
| src/backend/parser/scansup.c | modified | +2 −2 |
| src/backend/port/dynloader/hpux.c | modified | +3 −3 |
| src/backend/port/dynloader/nextstep.c | modified | +3 −0 |
| src/backend/port/nextstep/port.c | modified | +2 −2 |
| src/backend/storage/file/buffile.c | modified | +3 −3 |
| src/backend/utils/adt/geo_ops.c | modified | +3 −3 |
| src/backend/utils/adt/quote.c | modified | +3 −3 |
| src/include/commands/dbcommands.h | modified | +2 −2 |
| src/include/pg_config.h.in | modified | +18 −18 |
| src/pl/plpgsql/src/pl_exec.c | modified | +4 −4 |
| src/pl/plpgsql/src/pl_funcs.c | modified | +3 −3 |