Naive implementation for Optional connection concept

preventConflictingFlags
Onder Kalaci 2020-03-25 15:01:11 +01:00
parent a385c44f15
commit ebb0ebc3c8
1 changed files with 2 additions and 2 deletions

View File

@ -211,8 +211,8 @@ WaitOrErrorForSharedConnection(const char *hostname, int port)
++counter; ++counter;
if (counter == 10) if (counter == 10)
{ {
ereport(ERROR, (errmsg("citus.max_shared_pool_size connections are " ereport(ERROR, (errmsg("citus.max_shared_pool_size number of connections "
"already established to the node %s:%d," "are already established to the node %s:%d,"
"so cannot establish any more connections", "so cannot establish any more connections",
hostname, port), hostname, port),
errhint("consider increasing " errhint("consider increasing "