postgresql/src/include/libpq
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
..
auth.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
be-fsstubs.h Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
crypt.h Replace isMD5() with a more future-proof way to check if pw is encrypted. 2017-02-01 13:11:37 +02:00
hba.h Invent pg_hba_file_rules view to show the content of pg_hba.conf. 2017-01-30 18:00:26 -05:00
ifaddr.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
libpq-be.h Remove some configure header-file checks that we weren't really using. 2017-02-25 18:10:09 -05:00
libpq-fs.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
libpq.h Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
pqcomm.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pqformat.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pqmq.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pqsignal.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00