[MASSMAIL]pgsql: Refactor libpq state machine for negotiating encryption

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [MASSMAIL]pgsql: Refactor libpq state machine for negotiating encryption
Дата
Msg-id E1rtdlT-001383-HT@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Refactor libpq state machine for negotiating encryption  (Thomas Munro <thomas.munro@gmail.com>)
Re: pgsql: Refactor libpq state machine for negotiating encryption  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05fd30c0e730bd5238f62d2fdfdcfaf28b16b225

Modified Files
--------------
src/interfaces/libpq/fe-connect.c                  | 427 ++++++++++++---------
src/interfaces/libpq/libpq-int.h                   |  14 +-
.../libpq_encryption/t/001_negotiate_encryption.pl |  26 +-
3 files changed, 265 insertions(+), 202 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Use streaming I/O in ANALYZE.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [MASSMAIL]pgsql: Silence perlcritic warnings in new libpq tests