pgsql: Cosmetic cleaning of pg_config.h.win32 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Cosmetic cleaning of pg_config.h.win32
Date
Msg-id E1iem3u-0002wL-7l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Cosmetic cleaning of pg_config.h.win32

Clean up some comments (some generated by old versions of autoconf)
and some random ordering differences, so it's easier to diff this
against the default pg_config.h or pg_config.h.in.  Remove LOCALEDIR
handling from pg_config.h.win32 altogether because it's already in
pg_config_paths.h.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/877b61e9ce95934c71a9c01614db4be1b395fff6

Modified Files
--------------
src/include/pg_config.h.win32 | 91 +++++++++++++++++++++----------------------
src/tools/msvc/Solution.pm    |  2 -
2 files changed, 44 insertions(+), 49 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add backend-only appendStringInfoStringQuoted
Next
From: Tom Lane
Date:
Subject: pgsql: Fix tuple column count in pg_control_init().