Expose the default for channel_binding in PQconndefaults().
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Dec 2020 17:13:40 +0000 (12:13 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Dec 2020 17:13:40 +0000 (12:13 -0500)
commit31d2b11b94416ba94624ab07bcc1cb4a47c58c2e
tree618e7b7457334494a12a9dea2f26d14499da36ec
parent63d78d106d2f69768f9b4c66ff849d95a83205f7
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
src/interfaces/libpq/fe-connect.c