Re: building 7.4 with plperl

From: Gianni Mariani <gianni(at)mariani(dot)ws>
To: Postgres <pgsql-general(at)postgresql(dot)org>
Subject: Re: building 7.4 with plperl
Date: 2003-11-18 18:00:51
Message-ID: 3FBA5E53.5060102@mariani.ws
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Keith C. Perry 2003-11-18 18:14:15 Re: building 7.4 with plperl
Previous Message Keith C. Perry 2003-11-18 17:40:43 Re: building 7.4 with plperl (Updated)