Re: PATCH: Add GSSAPI ccache_name option to libpq

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Daniel Carter <danielchriscarter+postgres(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PATCH: Add GSSAPI ccache_name option to libpq
Date: 2021-04-21 14:39:54
Message-ID: 20210421143954.GA16615@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2021-04-21 14:41:38 Re: TRUNCATE on foreign table
Previous Message Fujii Masao 2021-04-21 14:38:52 Re: track_planning causing performance regression