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/5203
pull/7922/head
Naisila Puka 2024-12-30 21:25:50 +03:00 committed by naisila
parent 1d57a36ecc
commit 8940665d17
1 changed files with 3 additions and 0 deletions

View File

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