pgsql: Report configured port in MSVC built pg_config

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Report configured port in MSVC built pg_config
Date: 2021-05-28 13:33:37
Message-ID: E1lmccL-0002oY-4J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Report configured port in MSVC built pg_config

This is a long standing omission, discovered when trying to write code
that relied on it.

Backpatch to all live branches.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c828a7246eed0bf92490660543a072cf3610441a

Modified Files
--------------
src/tools/msvc/Solution.pm | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-05-28 13:37:00 pgsql: fix syntax error
Previous Message Peter Geoghegan 2021-05-28 00:09:35 pgsql: Fix VACUUM VERBOSE's LP_DEAD item pages output.