Re: How to exclude building/installing contrib modules on Windows - Mailing list pgsql-general

From deepak
Subject Re: How to exclude building/installing contrib modules on Windows
Date
Msg-id CAALYuteFYFgw-X0Dc6m+k2mJHcazCnfBLSA4wQt3eX5YK2JiMQ@mail.gmail.com
Whole thread Raw
In response to Re: How to exclude building/installing contrib modules on Windows  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: How to exclude building/installing contrib modules on Windows
List pgsql-general
Yes, I'm using a customized fork of 9.1.9.

Ok, adding back spi and dummy_seclabel makes all regression tests pass.

I now have one concern though.  Inspite of adding pgcrypto to the 
exclude list, it still ends up being built and installed.  Any way to avoid this?


Thanks,
Deepak 

On Thu, Jan 8, 2015 at 8:54 PM, Michael Paquier <michael.paquier@gmail.com> wrote:
On Fri, Jan 9, 2015 at 11:00 AM, deepak <deepak.pn@gmail.com> wrote:
> Thanks.
>
> I tried putting all the modules under the contrib directory to the
> exclude list.  Although I could compile, 3 of 153 regression tests
> fail.  I have attached the regression.diffs file.
Even Postgres HEAD has just 151 tests, aren't you using some fork?

> Maybe some contrib modules are absolutely needed?
Yes, some are: spi/ for autoinc.dll, dummy_seclabel/ for dummy_seclabel.dll.
--
Michael

pgsql-general by date:

Previous
From: Brent Tubbs
Date:
Subject: Re: unexpected PQresultStatus: 8 with simple logical replication
Next
From: Melvin Davidson
Date:
Subject: Re: How to analyze a slowdown in 9.3.5?