mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Spell the values of libpq's gssdelegation parameter as "0" and "1".
That's how other boolean options are handled, so do likewise. The previous coding with "enable" and "disable" was seemingly modeled on gssencmode, but that's a three-way flag. While at it, add PGGSSDELEGATION to the set of environment variables cleared by pg_regress and Utils.pm. Abhijit Menon-Sen, per gripe from Alvaro Herrera Discussion: https://postgr.es/m/20230522091609.nlyuu4nolhycqs2p@alvherre.pgsql
This commit is contained in:
@ -113,6 +113,7 @@ BEGIN
|
||||
PGCONNECT_TIMEOUT
|
||||
PGDATA
|
||||
PGDATABASE
|
||||
PGGSSDELEGATION
|
||||
PGGSSENCMODE
|
||||
PGGSSLIB
|
||||
PGHOSTADDR
|
||||
|
Reference in New Issue
Block a user