diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-22 11:50:20 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-22 11:50:27 -0400 |
commit | 1f9f6aa491986ed4e65851e827d021e9c784fd42 (patch) | |
tree | 5f8cc3f4deb06c11db3e38a81e99b805123570ed /src/test/perl/PostgreSQL/Test/Utils.pm | |
parent | 4123455a9e5463495a6e9be8423e671c874ec19f (diff) |
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
Diffstat (limited to 'src/test/perl/PostgreSQL/Test/Utils.pm')
-rw-r--r-- | src/test/perl/PostgreSQL/Test/Utils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Utils.pm b/src/test/perl/PostgreSQL/Test/Utils.pm index 38cd7d830d8..a27fac83d26 100644 --- a/src/test/perl/PostgreSQL/Test/Utils.pm +++ b/src/test/perl/PostgreSQL/Test/Utils.pm @@ -113,6 +113,7 @@ BEGIN PGCONNECT_TIMEOUT PGDATA PGDATABASE + PGGSSDELEGATION PGGSSENCMODE PGGSSLIB PGHOSTADDR |