postgresql/src/bin
Tom Lane ed9b3606da Further refactoring of c.h and nearby files.
This continues the work of commit 91aec93e6 by getting rid of a lot of
Windows-specific funny business in "section 0".  Instead of including
pg_config_os.h in different places depending on platform, let's
standardize on putting it before the system headers, and in consequence
reduce win32.h to just what has to appear before the system headers or
the body of c.h (the latter category seems to include only PGDLLIMPORT
and PGDLLEXPORT).  The rest of what was in win32.h is moved to a new
sub-include of port.h, win32_port.h.  Some of what was in port.h seems
to better belong there too.

It's possible that I missed some declaration ordering dependency that
needs to be preserved, but hopefully the buildfarm will find that
out in short order.

Unlike the previous commit, no back-patch, since this is just cleanup
not a prerequisite for a bug fix.

Discussion: https://postgr.es/m/29650.1510761080@sss.pgh.pa.us
2017-11-16 10:36:21 -05:00
..
initdb Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
pg_archivecleanup pg_archivecleanup: Add test suite 2017-09-14 22:23:00 -04:00
pg_basebackup Exclude pg_internal.init from BASE_BACKUP 2017-11-07 12:28:35 -05:00
pg_config Translation updates 2017-08-07 13:55:34 -04:00
pg_controldata Remove secondary checkpoint 2017-11-07 12:56:30 -05:00
pg_ctl Further refactoring of c.h and nearby files. 2017-11-16 10:36:21 -05:00
pg_dump Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
pg_resetwal Remove secondary checkpoint 2017-11-07 12:56:30 -05:00
pg_rewind Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
pg_test_fsync Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_test_timing pg_test_timing: Some NLS fixes 2017-08-26 09:25:19 -04:00
pg_upgrade Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
pg_waldump Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
pgbench Allow running just selected steps of pgbench's initialization sequence. 2017-11-13 16:40:09 -05:00
pgevent Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
psql Add hash partitioning. 2017-11-09 18:07:44 -05:00
scripts Use a longer connection timeout in pg_isready test. 2017-10-01 12:43:46 -04:00
Makefile Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00