pgsql: Spell the values of libpq's gssdelegation parameter as "0" and "

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Spell the values of libpq's gssdelegation parameter as "0" and "
Date: 2023-05-22 15:50:40
Message-ID: E1q17o1-001C1J-1K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-05-22 17:58:48 pgsql: doc: PG 16 relnotes, add major features list
Previous Message Bruce Momjian 2023-05-22 14:21:23 pgsql: doc: PG 16 relnotes, improve desc. of pg_log_standby_snapshot()