pgsql: Fix Solution.pm for change in pg_config.h contents.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix Solution.pm for change in pg_config.h contents.
Date: 2026-02-26 17:27:00
Message-ID: E1vvf8e-001HUY-1j@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix Solution.pm for change in pg_config.h contents.

In commits 1d97e4788 et al, I forgot that pre-v17 branches
require updating Solution.pm when changing the set of
symbols generated in pg_config.h. Per buildfarm.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/746dae69c3d8192c83a1ad310e9303449a0c6083

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

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2026-02-26 20:07:22 pgsql: Rename LVRelState VM-related logging counters
Previous Message Tom Lane 2026-02-26 17:07:15 pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code