postgresql/src
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
..
backend Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
bin Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
common Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
fe_utils Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
include Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
interfaces Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
makefiles Try to fix non-MSVC Windows builds in the wake of logical replication. 2017-01-20 12:51:31 -05:00
pl Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
port Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
template Remove "sco" and "unixware" ports. 2016-10-11 11:26:04 -04:00
test Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
timezone Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
tools De-support floating-point timestamps. 2017-02-23 11:40:20 -05:00
tutorial Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile Remove redundant coverage target 2017-02-17 08:56:57 -05:00
Makefile.global.in Dept of second thoughts: rename new perl script. 2017-02-19 16:41:51 -05:00
Makefile.shlib Fix typos in comments. 2017-02-06 11:33:58 +02:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak