Allow configuring sslnegotiation using citus.node_conn_info

Relevant PG commit:
https://github.com/postgres/postgres/commit/d39a49c1e
pull/7821/head
naisila 2024-12-29 23:55:51 +03:00
parent b3448a1661
commit 2c969df774
1 changed files with 3 additions and 0 deletions

View File

@ -2905,6 +2905,9 @@ NodeConninfoGucCheckHook(char **newval, void **extra, GucSource source)
"sslcrl",
"sslkey",
"sslmode",
#if PG_VERSION_NUM >= PG_VERSION_17
"sslnegotiation",
#endif
"sslrootcert",
"tcp_user_timeout",
};