Re: client_encoding directive is ignored in postgresql.conf

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: client_encoding directive is ignored in postgresql.conf
Дата
Msg-id 26908.1043857457@sss.pgh.pa.us
обсуждение исходный текст
Ответ на client_encoding directive is ignored in postgresql.conf  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: client_encoding directive is ignored in  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Re: client_encoding directive is ignored in postgresql.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> + /* Flag to we need to initialize client encoding info */
> + static bool need_to_init_client_encoding = -1;

Surely that should be int, not bool.

> !                     if (!PQsendQuery(conn, "begin; select pg_client_encoding(); commit"))

Doesn't this break compatibility with pre-7.2 databases?  AFAICT that
function was introduced in 7.2.
        regards, tom lane


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

Предыдущее
От: Katie Ward
Дата:
Сообщение: Re: [mail] Re: Windows Build System
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: [mail] Re: Windows Build System