Skip to content

Commit

Permalink
Allow configuring sslnegotiation using citus.node_conn_info (#7821)
Browse files Browse the repository at this point in the history
Relevant PG commit:
postgres/postgres@d39a49c1e

PR similar to #5203
  • Loading branch information
naisila authored Dec 30, 2024
1 parent b3448a1 commit 80678bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/distributed/shared_library_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Expand Down

0 comments on commit 80678bb

Please sign in to comment.