Fix missing comma in connection options (#5206)

pull/5208/head
SaitTalhaNisanci 2021-08-25 13:40:42 +03:00 committed by GitHub
parent a31429aae5
commit c8326df8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1895,7 +1895,7 @@ NodeConninfoGucCheckHook(char **newval, void **extra, GucSource source)
"sslcompression",
"sslcrl",
"sslmode",
"sslrootcert"
"sslrootcert",
"tcp_user_timeout",
};
char *errorMsg = NULL;