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

From Michael Paquier
Subject Re: How to exclude building/installing contrib modules on Windows
Date
Msg-id CAB7nPqSKyBqz73XUFGBPWdP=L3BzGdp4Rm8xycmh36sDg85BWg@mail.gmail.com
Whole thread Raw
In response to Re: How to exclude building/installing contrib modules on Windows  (deepak <deepak.pn@gmail.com>)
List pgsql-general
On Sun, Jan 11, 2015 at 8:36 AM, deepak <deepak.pn@gmail.com> wrote:
> Yes, I'm using a customized fork of 9.1.9.
> Ok, adding back spi and dummy_seclabel makes all regression tests pass.
Please do not top-post, this makes the thread lose readability.

> 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?
pgcrypto requires quite a bit of hacking to be compiled correctly, so
it is defined as an independent project, have a look at that in
Mkvcbuild.pm:
    # Pgcrypto makefile too complex to parse....
    my $pgcrypto = $solution->AddProject('pgcrypto','dll','crypto');
    [blah]
--
Michael


pgsql-general by date:

Previous
From: tuanhoanganh
Date:
Subject: Re: Does anyone user pg-pool II on real production ? Please help me.
Next
From: Michael Paquier
Date:
Subject: Re: unexpected PQresultStatus: 8 with simple logical replication