Re: PL/Perl Does not Like vstrings

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: PL/Perl Does not Like vstrings
Дата
Msg-id F026D4D1-56B0-4F6C-AAC1-3B803612A7C6@justatheory.com
обсуждение исходный текст
Ответ на Re: PL/Perl Does not Like vstrings  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Jan 5, 2012, at 9:50 AM, Andrew Dunstan wrote:

> The fix that has been applied, as Tom suggested, is at the point where we call SvPVutf8(), so that's not just for
elog().

Great, thanks.

> As documented, it's not a scalar, and you need to stop treating it as one. If you want it as a scalar, which is what
you'dneed here, enclose it in quotes, or use the stuff shown in perldoc perlvar. 

Oh, right $^V is a version object.

Best,

David




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: PL/Perl Does not Like vstrings
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: PL/Perl Does not Like vstrings