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

From David E. Wheeler
Subject Re: Miscellaneous changes to plperl [PATCH]
Date
Msg-id 3426205A-9031-4AC0-90D0-2DA90E5A39EF@kineticode.com
Whole thread Raw
In response to Re: Miscellaneous changes to plperl [PATCH]  (Alex Hunsaker <badalex@gmail.com>)
Responses Re: Miscellaneous changes to plperl [PATCH]  (Alex Hunsaker <badalex@gmail.com>)
Re: Miscellaneous changes to plperl [PATCH]  (Tim Bunce <Tim.Bunce@pobox.com>)
List pgsql-hackers
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?

David

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: tab completion for prepared transactions?
Next
From: "David E. Wheeler"
Date:
Subject: Re: 8.5 vs. 9.0, Postgres vs. PostgreSQL