pgsql: Cosmetic cleaning of pg_config.h.win32

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cosmetic cleaning of pg_config.h.win32
Date: 2019-12-10 20:24:50
Message-ID: E1iem3u-0002wL-7l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-12-10 22:52:30 pgsql: Fix tuple column count in pg_control_init().
Previous Message Alvaro Herrera 2019-12-10 20:14:20 pgsql: Add backend-only appendStringInfoStringQuoted