Skip to content

Commit

Permalink
Allow configuring sslnegotiation using citus.node_conn_info
Browse files Browse the repository at this point in the history
Relevant PG commit:
postgres/postgres@d39a49c1e
  • Loading branch information
naisila committed Dec 29, 2024
1 parent 1a33162 commit e37be1b
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 e37be1b

Please sign in to comment.