pgsql: Fix building with MSVC for TLS session disabling

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix building with MSVC for TLS session disabling
Date: 2024-07-26 17:16:37
Message-ID: E1sXOYX-001Ku0-O1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix building with MSVC for TLS session disabling

Commit 274bbced85 omitted the required changes for the MSVC build
system in v16 through v12. Per buildfarm animal hamerkop.

Discussion: https://postgr.es/m/7919238F-723C-4113-9742-EBCE7A76A6B4@yesql.se

Branch
------
REL_14_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-07-26 17:17:17 pgsql: Fix building with MSVC for TLS session disabling
Previous Message Daniel Gustafsson 2024-07-26 17:16:18 pgsql: Fix macro placement in pg_config.h.in