postgresql/contrib/ltree
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files.
c.h #includes a number of core libc header files, such as <stdio.h>.
There's no point in re-including these after having read postgres.h,
postgres_fe.h, or c.h; so remove code that did so.

While at it, also fix some places that were ignoring our standard pattern
of "include postgres[_fe].h, then system header files, then other Postgres
header files".  While there's not any great magic in doing it that way
rather than system headers last, it's silly to have just a few files
deviating from the general pattern.  (But I didn't attempt to enforce this
globally, only in files I was touching anyway.)

I'd be the first to say that this is mostly compulsive neatnik-ism,
but over time it might save enough compile cycles to be useful.
2017-02-25 16:12:55 -05:00
..
data
expected Fix typos in comments. 2017-02-06 11:33:58 +02:00
sql Fix typos in comments. 2017-02-06 11:33:58 +02:00
_ltree_gist.c
_ltree_op.c
.gitignore
crc32.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
crc32.h
lquery_op.c
ltree_gist.c
ltree_io.c
ltree_op.c
ltree--1.0--1.1.sql
ltree--1.1.sql
ltree--unpackaged--1.0.sql
ltree.control
ltree.h Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro." 2016-11-07 10:19:22 -05:00
ltreetest.sql
ltxtquery_io.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
ltxtquery_op.c
Makefile