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)
commitcf61b0734c61d93c62827fe4e44fa2162a533b8e
tree8f29c4382b916b93d55e9826d413e0b4338daade
parent5f2e09bcccd771629fb7a2885f8c468ae0f7fb33
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