Fix isolation tester

add_worker_query_again
Onder Kalaci 2022-02-16 20:27:19 +01:00
parent 91073156c8
commit 75e19087b4
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ start_session_level_connection_to_node(PG_FUNCTION_ARGS)
singleConnection = palloc(sizeof(MultiConnection));
singleConnection->hostname = nodeNameString;
strlcpy(singleConnection->hostname, nodeNameString, MAX_NODE_LENGTH);
singleConnection->port = nodePort;
singleConnection->pgConn = PQconnectdbParams((const char **) keywords,