pgsql: Exclude new src/test/modules/unsafe_tests directory from MSVC bu

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Exclude new src/test/modules/unsafe_tests directory from MSVC bu
Date: 2019-06-30 18:05:30
Message-ID: E1hheCg-0001DY-2V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Exclude new src/test/modules/unsafe_tests directory from MSVC build.

There's nothing to build here, and that was confusing AddContrib().
Per buildfarm.

Branch
------
master

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

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Gierth 2019-06-30 22:55:07 pgsql: Repair logic for reordering grouping sets optimization.
Previous Message Tom Lane 2019-06-30 17:34:52 pgsql: Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.