Re: Miscellaneous changes to plperl [PATCH]

Поиск
Список
Период
Сортировка
От Alex Hunsaker
Тема Re: Miscellaneous changes to plperl [PATCH]
Дата
Msg-id 34d269d41001231120x267ecad9h9d2620e1517c7904@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Miscellaneous changes to plperl [PATCH]  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: Miscellaneous changes to plperl [PATCH]  ("David E. Wheeler" <david@kineticode.com>)
Re: Miscellaneous changes to plperl [PATCH]  (Tim Bunce <Tim.Bunce@pobox.com>)
Список 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 по дате отправления:

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: 8.5 vs. 9.0, Postgres vs. PostgreSQL
Следующее
От: Greg Smith
Дата:
Сообщение: Re: commit fests