Re: Naming of gss_accept_deleg
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Abhijit Menon-Sen <ams@toroid.org>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Stephen Frost <sfrost@snowman.net>,
Nathan Bossart <nathandbossart@gmail.com>,
Bruce Momjian <bruce@momjian.us>, pgsql-hackers@postgresql.org
Date: 2023-05-22T15:54:15Z
Lists: pgsql-hackers
Abhijit Menon-Sen <ams@toroid.org> writes: > Here's the diff, Pushed, thanks. > but the 0/1 values of settings like sslsni and > sslcompression don't seem to be validated anywhere, unlike the string > options in connectOptions2, so I didn't do anything for gssdelegation. Yeah. Perhaps it's worth adding code to validate boolean options, but since nobody has noticed the lack of that for decades, I'm not in a hurry to (especially not in a last-minute patch). Also, I noticed that PGGSSDELEGATION had not been added to the lists of environment variables to unset in pg_regress.c and Test/Utils.pm. Dealt with that in the same commit. regards, tom lane
Commits
-
Spell the values of libpq's gssdelegation parameter as "0" and "1".
- 1f9f6aa49198 16.0 landed
-
Expand some more uses of "deleg" to "delegation" or "delegated".
- a2eb99a01e01 16.0 landed
-
Fix remaining references to gss_accept_deleg.
- f4001a553770 16.0 landed
-
rename "gss_accept_deleg" to "gss_accept_delegation".
- 9c0a0e2ed92a 16.0 landed