pgsql: Allow MSVC's contribcheck and modulescheck to run independently.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow MSVC's contribcheck and modulescheck to run independently.
Date: 2015-07-02 03:32:19
Message-ID: E1ZAVEZ-0002va-59@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow MSVC's contribcheck and modulescheck to run independently.

These require a temp install to have been done, so we now make sure it
is done before proceeding.

Michael Paquier.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e1d273efde7828947e52bb531851f67f91c628c3

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2015-07-02 05:16:08 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Previous Message Fujii Masao 2015-07-02 01:37:03 pgsql: Make use of xlog_internal.h's macros in WAL-related utilities.