Re: PG 8.1beta3 out soon - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: PG 8.1beta3 out soon
Date
Msg-id 434B243B.6020700@dunslane.net
Whole thread Raw
In response to Re: PG 8.1beta3 out soon  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PG 8.1beta3 out soon
List pgsql-hackers

Tom Lane wrote:

>Andrew Dunstan <andrew@dunslane.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


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: PG 8.1beta3 out soon
Next
From: Tom Lane
Date:
Subject: Re: PG 8.1beta3 out soon