Re: BUG #13638: Exception texts from plperl has bad encoding

Поиск
Список
Период
Сортировка
От Tim Bunce
Тема Re: BUG #13638: Exception texts from plperl has bad encoding
Дата
Msg-id 20150927141148.GA1416@timac.local
обсуждение исходный текст
Ответ на Re: BUG #13638: Exception texts from plperl has bad encoding  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: BUG #13638: Exception texts from plperl has bad encoding  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Fri, Sep 25, 2015 at 04:51:20PM -0300, Alvaro Herrera wrote:
> Tom Lane wrote:
>
> > It's still beyond my Perl-fu ...
>
> Maybe Alex or Tim can shed some light?  Please see:
> http://www.postgresql.org/message-id/flat/20150925112345.26913.28407@wrigleys.postgresql.org

I think you want to call croak_sv(SV) with an SV containing the error
message and flagged as UTF-8.

Yim.

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

Предыдущее
От: Amir Rohan
Дата:
Сообщение: Re: BUG #13642: no backup_label file in PG_DATA after pg_stop_backup();
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #13643: Should a process dying bring postgresql down, or not?