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/[email protected] 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(-)
