mirror of https://github.com/citusdata/citus.git
Allow configuring sslnegotiation using citus.node_conn_info (#7821)
Relevant PG commit: https://github.com/postgres/postgres/commit/d39a49c1e PR similar to https://github.com/citusdata/citus/pull/5203pull/7922/head
parent
1d57a36ecc
commit
8940665d17
|
@ -2945,6 +2945,9 @@ NodeConninfoGucCheckHook(char **newval, void **extra, GucSource source)
|
||||||
"sslcrl",
|
"sslcrl",
|
||||||
"sslkey",
|
"sslkey",
|
||||||
"sslmode",
|
"sslmode",
|
||||||
|
#if PG_VERSION_NUM >= PG_VERSION_17
|
||||||
|
"sslnegotiation",
|
||||||
|
#endif
|
||||||
"sslrootcert",
|
"sslrootcert",
|
||||||
"tcp_user_timeout",
|
"tcp_user_timeout",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue