Re: PG 8.1beta3 out soon

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PG 8.1beta3 out soon
Date: 2005-10-11 02:32:27
Message-ID: 434B243B.6020700@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

>Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>
>>My take: we should document this better, but it ain't broke so it don't
>>need fixing,
>>
>>
>
>Actually, my take on your analysis is that there should be a way to get
>at "use warnings" (I assume that's disallowed in trusted plperl).
>
>
>
>

Yes, we can't allow "use" in trusted code. But we could turn it on in
plperl.c, just as we can turn on strict mode, and HEAD already has the
infrastructure for logging lexical warnings - that's a new feature. I
will investigate turning the switch.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-11 02:51:06 Re: PG 8.1beta3 out soon
Previous Message Christopher Kings-Lynne 2005-10-11 02:22:19 Re: PG 8.1beta3 out soon