pgsql: Fix MSVC recipe for ecpg regression tests, redux.

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, redux.
Date: 2024-04-19 05:08:18
Message-ID: E1rxgTx-002mvz-KA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix MSVC recipe for ecpg regression tests, redux.

Forgot to inject -DCMDLINESYM=123 ...

Per buildfarm.

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

Branch
------
REL_16_STABLE

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

Modified Files
--------------
src/tools/msvc/ecpg_regression.proj | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-04-19 08:05:04 pgsql: Fix incorrect parameter name in prototype
Previous Message Tom Lane 2024-04-19 00:47:49 pgsql: Fix MSVC recipe for ecpg regression tests.