pgsql: Add missing include dir and references to libpq for MSVC build

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing include dir and references to libpq for MSVC build
Date: 2023-10-25 02:38:05
Message-ID: E1qvTmW-002CVs-Ub@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing include dir and references to libpq for MSVC build

66d6086cb adjusted pg_regress to require this but forgot to adjust the
Visual Studio build script.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/673a17e31202cc47a9309e9b0b9b5fbec36080d3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-10-25 09:02:15 pgsql: Use snprintf instead of sprintf in pg_regress.
Previous Message Michael Paquier 2023-10-25 00:42:13 pgsql: doc: Fix some typos and grammar