From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
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:33:48 |
Message-ID: | 200411111733.iABHXmx05077@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
> >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.
OK.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2004-11-11 17:38:58 | Re: MAX/MIN optimization via rewrite (plus query rewrites generally) |
Previous Message | Andrew Sullivan | 2004-11-11 17:32:26 | Re: Increasing the length of |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-11-11 17:43:48 | Re: multiline CSV fields |
Previous Message | Andrew Dunstan | 2004-11-11 17:28:35 | Re: [PATCHES] plperl Safe restrictions |