pgsql: Spell the values of libpq's gssdelegation parameter as "0" and " - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Spell the values of libpq's gssdelegation parameter as "0" and "
Date
Msg-id E1q17o1-001C1J-1K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f9f6aa491986ed4e65851e827d021e9c784fd42

Modified Files
--------------
doc/src/sgml/libpq.sgml                 |  6 ++---
doc/src/sgml/release-16.sgml            |  3 ++-
src/interfaces/libpq/fe-auth.c          |  2 +-
src/interfaces/libpq/fe-connect.c       |  4 +--
src/interfaces/libpq/fe-secure-gssapi.c |  2 +-
src/interfaces/libpq/libpq-int.h        |  2 +-
src/test/kerberos/t/001_auth.pl         | 44 ++++++++++++++++-----------------
src/test/perl/PostgreSQL/Test/Utils.pm  |  1 +
src/test/regress/pg_regress.c           |  1 +
9 files changed, 34 insertions(+), 31 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes, improve desc. of pg_log_standby_snapshot()
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes, add major features list