Re: DBD::Pg PPM? - Mailing list pgsql-hackers

From Jan Dubois
Subject Re: DBD::Pg PPM?
Date
Msg-id CAD-TLz_pi1TeP6XaQqc4Ka4XFkhiV_Qr1B5zxV4+iJgoKmZH=A@mail.gmail.com
Whole thread Raw
In response to DBD::Pg PPM?  ("David E. Wheeler" <david@justatheory.com>)
List pgsql-hackers
On Tue, Feb 26, 2013 at 2:56 PM, David E. Wheeler <david@justatheory.com> wrote:
Hello ActiveStaters,

The commonly used term is actually Activator. :)
 
I see that the DBD::Pg build always fails:

  http://code.activestate.com/ppm/DBD-Pg/

I'm sure this is because PostgreSQL is not installed on any of the PPM build boxes (smokers?).

Yes, that is one reason.  We then need to apply several patches to build things correctly though (to statically link the client libs, deal with missing SIGALARM on Windows, etc).

We actually have all those changes, as we include DBD::Pg in all ActivePerl builds; they would just need to be converted into the distroprefs format used by the CPAN builders.  It will take some time to do it, and hasn't been a big priority because ActivePerl already contains whatever the latest version of DBD::Pg was at the time of building AP.  So this is really only about updating DBD::Pg for older releases of AP.

This is different from DBD::mysql, which is not included in ActivePerl due to GPL-only licensing.  So it was more important to spend the extra time to get it into PPM.

So if I had any extra time to spare (hah!), I would probably try to get DBD::mysql to build on OS X first, because currently we don't cover this at all.

Cheers,
-Jan

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]
Next
From: Craig Ringer
Date:
Subject: Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]