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/7826/head
parent
b3448a1661
commit
80678bb07e
|
@ -2905,6 +2905,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