mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
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
This commit is contained in:
parent
5f2e09bccc
commit
cf61b0734c
@ -215,7 +215,7 @@ static const internalPQconninfoOption PQconninfoOptions[] = {
|
||||
"Database-Password-File", "", 64,
|
||||
offsetof(struct pg_conn, pgpassfile)},
|
||||
|
||||
{"channel_binding", "PGCHANNELBINDING", NULL, NULL,
|
||||
{"channel_binding", "PGCHANNELBINDING", DefaultChannelBinding, NULL,
|
||||
"Channel-Binding", "", 8, /* sizeof("require") == 8 */
|
||||
offsetof(struct pg_conn, channel_binding)},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user