Re: pgsql: Refactor libpq state machine for negotiating encryption

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pgsql: Refactor libpq state machine for negotiating encryption
Дата
Msg-id CA+hUKG+HRTtB+x+KKKj_cfX6sNhbeGuqmGxjGMwdVPG7YGFP8w@mail.gmail.com
обсуждение исходный текст
Ответ на [MASSMAIL]pgsql: Refactor libpq state machine for negotiating encryption  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Ответы Re: pgsql: Refactor libpq state machine for negotiating encryption  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Mon, Apr 8, 2024 at 1:25 PM Heikki Linnakangas
<heikki.linnakangas@iki.fi> wrote:
> Refactor libpq state machine for negotiating encryption
>
> This fixes the few corner cases noted in commit 705843d294, as shown
> by the changes in the test.
>
> Author: Heikki Linnakangas, Matthias van de Meent
> Reviewed-by: Jacob Champion

If -Dssl=none and -Dgssapi=disabled, compilation of fe-connect.c
fails: call to undeclared function 'encryption_negotiation_failed'.  I
didn't look too hard, but maybe ENABLE_GSS and USE_GSS are confused?



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [MASSMAIL]pgsql: Fix plpgsql's handling of -- comments following expressions.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Refactor libpq state machine for negotiating encryption