Re: Add "password_protocol" connection parameter to libpq

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add "password_protocol" connection parameter to libpq
Дата
Msg-id 20190924020716.GD2012@paquier.xyz
обсуждение исходный текст
Ответ на Re: Add "password_protocol" connection parameter to libpq  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Sat, Sep 21, 2019 at 11:24:30AM +0900, Michael Paquier wrote:
> And both make sense.
>
> + * Return true if channel binding was employed and the scram exchange
> upper('scram')?
>
> Except for this nit, it looks good to me.

For the archive's sake: this has been committed as of d6e612f.

-   * We pretend that the connection is OK for the duration of these
-   * queries.
+   * We pretend that the connection is OK for the duration of
+   * these queries.
The result had some noise diffs.  Perhaps some leftover from the
indentation run?  That's no big deal anyway.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] Sort policies and triggers by table name in pg_dump.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Fix example in partitioning documentation