From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCHES] plperl Safe restrictions |
Date: | 2004-11-11 17:28:35 |
Message-ID: | 4193A143.308@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Bruce Momjian wrote:
>Your patch has been added to the PostgreSQL unapplied patches list at:
>
> http://momjian.postgresql.org/cgi-bin/pgpatches
>
>It will be applied as soon as one of the PostgreSQL committers reviews
>and approves it.
>
>---------------------------------------------------------------------------
>
>
>Andrew Dunstan wrote:
>
>
>>...
>>
>>The patch also does some other inconsequential tidying of overlong
>>lines, and removes some unnecessary ops in the unsafe case. These are
>>basically cosmetic - the only significant part is replacing this:
>>
>> $PLContainer->permit(':base_math');
>>
>>with this:
>>
>> $PLContainer->permit(qw[:base_math !:base_io !srand sort sprintf time]);
>>
>>
>>
>
As per previous discussions, please remove "!srand" and "sprintf"
if/when applying.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2004-11-11 17:32:26 | Re: Increasing the length of |
Previous Message | Bruce Momjian | 2004-11-11 17:12:58 | Re: plperl Safe restrictions |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-11-11 17:33:48 | Re: [PATCHES] plperl Safe restrictions |
Previous Message | Bruce Momjian | 2004-11-11 17:12:58 | Re: plperl Safe restrictions |