Re: Naming of gss_accept_deleg

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Naming of gss_accept_deleg
Дата
Msg-id 20230522091609.nlyuu4nolhycqs2p@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Naming of gss_accept_deleg  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Naming of gss_accept_deleg  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I noticed that the value that enables this feature at libpq client side
is 'enable'.  However, for other Boolean settings like sslsni,
keepalives, requiressl, sslcompression, the value that enables feature
is '1' -- we use strings only for "enum" type of settings.

Also, it looks like connectOptions2() doesn't validate the string value.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
<inflex> really, I see PHP as like a strange amalgamation of C, Perl, Shell
<crab> inflex: you know that "amalgam" means "mixture with mercury",
       more or less, right?
<crab> i.e., "deadly poison"



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

Предыдущее
От: Jehan-Guillaume de Rorthais
Дата:
Сообщение: Re: Memory leak from ExecutorState context?
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Adding SHOW CREATE TABLE