pgsql: Fix MSVC recipe for ecpg regression tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix MSVC recipe for ecpg regression tests.
Date: 2024-04-19 00:47:49
Message-ID: E1rxcPt-002lJj-B7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix MSVC recipe for ecpg regression tests.

While back-patching commit 6f0cef935, I forgot that the MSVC
build scripts would also need adjustment in the back branches.
This is a blind attempt at a fix, but it's basically copying
nearby code so I think it will work.

Per buildfarm (via Andrew Dunstan)

Discussion: https://postgr.es/m/4cc4dc47-ca2b-4129-8784-db69b5f82777@dunslane.net

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/61dd815e0bb5f4b591343e2382486fa5e4e46539

Modified Files
--------------
src/tools/msvc/ecpg_regression.proj | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-04-19 05:08:18 pgsql: Fix MSVC recipe for ecpg regression tests, redux.
Previous Message Tom Lane 2024-04-18 23:46:06 Re: pgsql: Fix assorted bugs in ecpg's macro mechanism.