Re: encoding names

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: encoding names
Дата
Msg-id 25440.998234021@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: encoding names  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> However, this brings up the issue of how a backend will fail if the
> client provides a newer protocol version.  I think we should get it to
> send back its current protocol version and see if the client responds
> with a protocol version we can accept.

Why?  A client that wants to do this can retry with a lower version
number upon seeing the "unsupported protocol version" failure.  There's
no need to change the postmaster code --- indeed, doing so would negate
the main value of such a feature, namely being able to talk to *old*
postmasters.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets
Следующее
От: Peter Eisentraut
Дата:
Сообщение: LIKE indexing