Re: PATCH: Add GSSAPI ccache_name option to libpq - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: PATCH: Add GSSAPI ccache_name option to libpq
Date
Msg-id 20210421143954.GA16615@alvherre.pgsql
Whole thread Raw
In response to PATCH: Add GSSAPI ccache_name option to libpq  (Daniel Carter <danielchriscarter+postgres@gmail.com>)
List pgsql-hackers
On 2021-Apr-20, Daniel Carter wrote:

> +#ifdef ENABLE_GSS
> +    {"ccache_name", NULL, NULL, NULL,
> +        "Credential-cache-name", "", 64,
> +    offsetof(struct pg_conn, ccache_name)},
> +#endif

I think it would be better that this option name includes "gss"
somewhere, and perhaps even avoid the shorthand "ccache" altogether.
See commit 5599f40d259a.

Thanks

-- 
Álvaro Herrera       Valdivia, Chile



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: track_planning causing performance regression
Next
From: Fujii Masao
Date:
Subject: Re: TRUNCATE on foreign table