Re: How to build plperl with PostgreSQL 9 on Windows - Mailing list pgsql-general

From Alex Hunsaker
Subject Re: How to build plperl with PostgreSQL 9 on Windows
Date
Msg-id AANLkTi=mUMsMah8RtJwke2tqU2d1mnGE7Q12UhApCmdm@mail.gmail.com
Whole thread Raw
In response to How to build plperl with PostgreSQL 9 on Windows  (tuanhoanganh <hatuan05@gmail.com>)
Responses Re: How to build plperl with PostgreSQL 9 on Windows
List pgsql-general
On Tue, Jan 4, 2011 at 10:12, tuanhoanganh <hatuan05@gmail.com> wrote:
> I has set config.pl to
> $config->{perl};
> 1;

I don't know anything about the windows build system, but shouldn't
that be something like:
$config->{perl} = 1; ?

pgsql-general by date:

Previous
From: Gordon Shannon
Date:
Subject: Re: seg fault crashed the postmaster
Next
From: tuanhoanganh
Date:
Subject: Re: How to build plperl with PostgreSQL 9 on Windows