Re: building 7.4 with plperl - Mailing list pgsql-general

From Gianni Mariani
Subject Re: building 7.4 with plperl
Date
Msg-id 3FBA5E53.5060102@mariani.ws
Whole thread Raw
In response to Re: building 7.4 with plperl  ("Keith C. Perry" <netadmin@vcsn.com>)
Responses Re: building 7.4 with plperl  ("Keith C. Perry" <netadmin@vcsn.com>)
List pgsql-general
Keith C. Perry wrote:

>I had this same issue as well but now I'm *slightly* concerned since most of my
>code is perl.  How soon would issue be reviewed? (not that I'm NOT going to use
>your patch for right now).
>

I suspect that this is only an issue when you use
"--enable-thread-safety" which according to the release notes is only
for libpq and only fixes MT issues on connection start-up.  So
theoretically, if you're using plperl in V7.3.4 or earlier, you simply
don't need "--enable-thread-safety" and so you may compile happily
without it.  (That's the theory anyway).

This certainly needs to be addressed (patch or document) but it's not at
all an issue for someone migrating from an earlier release (not a
regression).  I hope that you're slightly concerned *no more*.

G





pgsql-general by date:

Previous
From: "Keith C. Perry"
Date:
Subject: Re: building 7.4 with plperl (Updated)
Next
From: "Keith C. Perry"
Date:
Subject: Re: building 7.4 with plperl