Re: Naming of gss_accept_deleg - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Naming of gss_accept_deleg
Date
Msg-id 677624.1684770855@sss.pgh.pa.us
Whole thread Raw
In response to Re: Naming of gss_accept_deleg  (Abhijit Menon-Sen <ams@toroid.org>)
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add missing includes
Next
From: reid.thompson@crunchydata.com
Date:
Subject: Re: Add the ability to limit the amount of memory that can be allocated to backends.