pgsql: Try again to fix the MSVC build

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try again to fix the MSVC build
Date: 2023-11-04 02:41:47
Message-ID: E1qz6bb-003q7v-At@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try again to fix the MSVC build

My last attempt in 39c959ef2 mistakenly conditionally added the missing
file based on some unrelated condition.

Reported-by: Thomas Munro
Discussion: https://postgr.es/m/CA+hUKGLovvAXim9Fytn=jxks9s=JhP5=8Oyy0cbxGG-ggALJtg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/151ffcf6d8c1a527fa3abc27b1a13c0d43be494e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-11-05 18:14:29 pgsql: Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22.
Previous Message Alexander Korotkov 2023-11-04 01:30:29 pgsql: Fix usage of the parse tree for estimate_num_groups() in set ope