Re: [bug fix] multibyte messages are displayed incorrectly on the client

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [bug fix] multibyte messages are displayed incorrectly on the client
Дата
Msg-id CA+Tgmob8en1Dkk1c=REQEq8GVLKP0ts-=Q9siKcC_RpiYSERTA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [bug fix] multibyte messages are displayed incorrectly on the client  ("MauMau" <maumau307@gmail.com>)
Ответы Re: [bug fix] multibyte messages are displayed incorrectly on the client  ("MauMau" <maumau307@gmail.com>)
Re: [bug fix] multibyte messages are displayed incorrectly on the client  ("MauMau" <maumau307@gmail.com>)
Список pgsql-hackers
On Tue, Jan 7, 2014 at 8:56 AM, MauMau <maumau307@gmail.com> wrote:
> I suppose we know (or at least believe) those encodings during backend
> startup:
>
> * client encoding - the client_encoding parameter passed in the startup
> packet, or if that's not present, client_encoding GUC value.
>
> * server encoding - the encoding of strings gettext() returns.  That is what
> GetPlatformEncoding() returns.

Suppose the startup packet itself is malformed.  How will you report the error?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Rugal Bernstein
Дата:
Сообщение: Re: preproc.c compilation error
Следующее
От: "MauMau"
Дата:
Сообщение: Re: Standalone synchronous master