Re: Naming of gss_accept_deleg
Abhijit Menon-Sen <ams@toroid.org>
From: Abhijit Menon-Sen <ams@toroid.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nathan Bossart <nathandbossart@gmail.com>, Bruce Momjian <bruce@momjian.us>, Stephen Frost <sfrost@snowman.net>, pgsql-hackers@postgresql.org
Date: 2023-05-21T06:46:04Z
Lists: pgsql-hackers
Attachments
- gssdeleg.diff (text/x-diff) patch
At 2023-05-20 23:21:57 -0400, tgl@sss.pgh.pa.us wrote: > > Nathan Bossart <nathandbossart@gmail.com> writes: > > On Sat, May 20, 2023 at 09:33:44PM -0400, Bruce Momjian wrote: > >> With less then 48 hours to beta 1 packaging, I have made this change and > >> adjusted internal variable to match. > > > The buildfarm and cfbot seem unhappy with 9c0a0e2. It looks like there are > > a few remaining uses of gss_accept_deleg to rename. I'm planning to commit > > the attached patch shortly. > > I thought the plan was to also rename the libpq "gssdeleg" connection > parameter and so on? I can look into that tomorrow, if nobody beats > me to it. I was trying the change to see if it would be better to name it "gssdelegate" instead (as in delegate on one side, and accept the delegation on the other), but decided that "gssdelegation=enable" reads better than "gssdelegate=enable". Here's the diff. -- Abhijit
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