pgsql: Fix msvc/ecpg_regression.proj for recent ECPG test additions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix msvc/ecpg_regression.proj for recent ECPG test additions.
Date: 2018-03-16 02:36:23
Message-ID: E1ewfEF-0003Gt-Vw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix msvc/ecpg_regression.proj for recent ECPG test additions.

Commit 3b7ab4380 added some tests that require ecpg to be given the
new "-C ORACLE" switch. Teach the MSVC build infrastructure about
that.

Michael Paquier

Discussion: https://postgr.es/m/8299.1521154647@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84a3611cccfa41f29d14a5b1ab4bcc58fba9b25b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-16 02:37:06 Re: pgsql: Move strtoint() to common
Previous Message Michael Paquier 2018-03-16 00:19:47 Re: pgsql: Move strtoint() to common