[MASSMAIL]pgsql: Fix compilation with --with-gssapi --without-openssl

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [MASSMAIL]pgsql: Fix compilation with --with-gssapi --without-openssl
Дата
Msg-id E1rvKCQ-001lVS-6g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compilation with --with-gssapi --without-openssl

The #define is spelled ENABLE_GSS, not USE_GSS. Introduced in commit
05fd30c0e7, reported by Thomas Munro.

Discussion:
https://www.postgresql.org/message-id/CA%2BhUKG%2BHRTtB%2Bx%2BKKKj_cfX6sNhbeGuqmGxjGMwdVPG7YGFP8w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/084cae55131f71f32e15a6b2b7897aa1c7382c0a

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: [MASSMAIL] pgsql: Fix some memory leaks associated with parsing json and manifests
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Refactor libpq state machine for negotiating encryption