Re: Miscellaneous changes to plperl [PATCH] - Mailing list pgsql-hackers

From Alex Hunsaker
Subject Re: Miscellaneous changes to plperl [PATCH]
Date
Msg-id 34d269d41001231120x267ecad9h9d2620e1517c7904@mail.gmail.com
Whole thread Raw
In response to Re: Miscellaneous changes to plperl [PATCH]  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Miscellaneous changes to plperl [PATCH]  ("David E. Wheeler" <david@kineticode.com>)
Re: Miscellaneous changes to plperl [PATCH]  (Tim Bunce <Tim.Bunce@pobox.com>)
List pgsql-hackers
On Sat, Jan 23, 2010 at 11:30, David E. Wheeler <david@kineticode.com> wrote:
> On Jan 22, 2010, at 7:59 PM, Alex Hunsaker wrote:
>
>>    $name =~ s/::|'/_/g; # avoid package delimiters
>> +   $name =~ s/'/\'/g;
>
> Looks to me like ' is already handled in the line above the one you added, no?

Well no, i suppose we could fix that via:
$name =~ s/[:|']/_/g;

Im betting that was the intent.


pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: 8.5 vs. 9.0, Postgres vs. PostgreSQL
Next
From: Greg Smith
Date:
Subject: Re: commit fests