pgsql: Expose the default for channel_binding in PQconndefaults().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Expose the default for channel_binding in PQconndefaults().
Date: 2020-12-28 17:13:46
Message-ID: E1ktw5a-0003GI-3N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Expose the default for channel_binding in PQconndefaults().

If there's a static default value for a connection option,
it should be shown in the PQconninfoOptions array.

Daniele Varrazzo

Discussion: https://postgr.es/m/CA+mi_8Zo8Rgn7p+6ZRY7QdDu+23ukT9AvoHNyPbgKACxwgGhZA@mail.gmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/31d2b11b94416ba94624ab07bcc1cb4a47c58c2e

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-12-28 20:43:59 pgsql: Fix bugs in libpq's GSSAPI encryption support.
Previous Message Tom Lane 2020-12-28 16:56:08 pgsql: Further fix thinko in plpgsql memory leak fix.