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-002mw8-M1@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_12_STABLE

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

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.