mirror of https://github.com/citusdata/citus.git
Fix missing comma in connection options (#5206)
parent
a31429aae5
commit
c8326df8c0
|
@ -1895,7 +1895,7 @@ NodeConninfoGucCheckHook(char **newval, void **extra, GucSource source)
|
|||
"sslcompression",
|
||||
"sslcrl",
|
||||
"sslmode",
|
||||
"sslrootcert"
|
||||
"sslrootcert",
|
||||
"tcp_user_timeout",
|
||||
};
|
||||
char *errorMsg = NULL;
|
||||
|
|
Loading…
Reference in New Issue