postgresql/src/backend
Tom Lane 2bd7f85796 Remove some configure header-file checks that we weren't really using.
We had some AC_CHECK_HEADER tests that were really wastes of cycles,
because the code proceeded to #include those headers unconditionally
anyway, in all or a large majority of cases.  The lack of complaints
shows that those headers are available on every platform of interest,
so we might as well let configure run a bit faster by not probing
those headers at all.

I suspect that some of the tests I left alone are equally useless, but
since all the existing #includes of the remaining headers are properly
guarded, I didn't touch them.
2017-02-25 18:10:09 -05:00
..
access Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
bootstrap Remove dead code in bootstrap 2017-01-17 16:54:40 -03:00
catalog Remove deprecated COMMENT ON RULE syntax 2017-02-23 08:19:52 -05:00
commands Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
executor Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
foreign Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
lib Fix overflow check in StringInfo; add missing casts 2017-01-10 11:41:13 -03:00
libpq Remove some configure header-file checks that we weren't really using. 2017-02-25 18:10:09 -05:00
main Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nodes Make more use of castNode() 2017-02-21 11:59:09 -05:00
optimizer Suppress unused-variable warning. 2017-02-21 17:58:24 -05:00
parser Make tablesample work with partitioned tables. 2017-02-24 12:23:28 +05:30
po Translation updates 2016-08-08 11:08:00 -04:00
port Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
postmaster Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
regex Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
replication Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
rewrite Remove deprecated COMMENT ON RULE syntax 2017-02-23 08:19:52 -05:00
snowball Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
storage Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
tcop Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
tsearch Fix typos in comments. 2017-02-06 11:33:58 +02:00
utils Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Fix parallel make issue with new fmgrprotos.h 2017-01-23 15:36:27 -05:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00