Re: How to exclude building/installing contrib modules on Windows

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: deepak <deepak(dot)pn(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to exclude building/installing contrib modules on Windows
Date: 2015-01-08 00:19:20
Message-ID: CAB7nPqTMBpbH4hPGB15RuDvD57kqdQDRheewOW8AH-nFK8zS+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jan 8, 2015 at 6:08 AM, deepak <deepak(dot)pn(at)gmail(dot)com> wrote:
> I would like to exclude building and installing contrib modules on Windows.
>
> Is there an easy way to do this? I largely rely on the tools available in
> src\tools\msvc to build using Visual Studio 2008.
Have a look at @contrib_excludes at the top of Mkvcbuild.pm. All the
contrib modules listed there will be ignored at build and install, so
just update it according to your needs if you want to ignore one thing
or another, including any custom thing you may have copied in the code
tree.
--
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Maxim Boguk 2015-01-08 03:49:19 Re: Improving performance of merging data between tables
Previous Message Pawel Veselov 2015-01-08 00:00:07 Re: min/max performance inequality.