]> granicus.if.org Git - postgresql/commit
Be careful to include postgres.h *before* any system headers, to ensure
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 00:43:07 +0000 (00:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 00:43:07 +0000 (00:43 +0000)
commit52c9d259335c9670f6487c5f40fc53b57a4c7b17
tree721b585843dca83ac9517ca933fa891c4532a530
parent3f63787cbfe0f1e837c92cd8ac35fd7ab811c18b
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.
21 files changed:
contrib/cube/cubeparse.y
contrib/cube/cubescan.l
contrib/dblink/dblink.c
contrib/dbmirror/pending.c
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/seg/segscan.l
contrib/tablefunc/tablefunc.c
contrib/tsearch/parser.l
src/backend/optimizer/geqo/geqo_selection.c
src/backend/optimizer/path/tidpath.c
src/backend/parser/scansup.c
src/backend/port/dynloader/hpux.c
src/backend/port/dynloader/nextstep.c
src/backend/port/nextstep/port.c
src/backend/storage/file/buffile.c
src/backend/utils/adt/geo_ops.c
src/backend/utils/adt/quote.c
src/include/commands/dbcommands.h
src/include/pg_config.h.in
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/pl_funcs.c