Expose the default for channel_binding in PQconndefaults().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cf61b0734c61d93c62827fe4e44fa2162a533b8e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-12-28T17:13:40Z
Releases: 14.0
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

Files

PathChange+/−
src/interfaces/libpq/fe-connect.c modified +1 −1

Discussion