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

From: deepak <deepak(dot)pn(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(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-10 23:36:38
Message-ID: CAALYuteFYFgw-X0Dc6m+k2mJHcazCnfBLSA4wQt3eX5YK2JiMQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)paquier(at)gmail(dot)com>
wrote:

> On Fri, Jan 9, 2015 at 11:00 AM, deepak <deepak(dot)pn(at)gmail(dot)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
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2015-01-11 02:54:51 Re: How to analyze a slowdown in 9.3.5?
Previous Message Brent Tubbs 2015-01-10 22:38:42 Re: unexpected PQresultStatus: 8 with simple logical replication