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/7826/head
Naisila Puka 2024-12-30 21:25:50 +03:00 committed by GitHub
parent b3448a1661
commit 80678bb07e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",
};