Re: Naming of gss_accept_deleg - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Naming of gss_accept_deleg
Date
Msg-id 20230522091609.nlyuu4nolhycqs2p@alvherre.pgsql
Whole thread Raw
In response to Re: Naming of gss_accept_deleg  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Naming of gss_accept_deleg
List 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 by date:

Previous
From: Jehan-Guillaume de Rorthais
Date:
Subject: Re: Memory leak from ExecutorState context?
Next
From: Pavel Stehule
Date:
Subject: Re: Adding SHOW CREATE TABLE