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;
if (counter == 10)
{
ereport(ERROR, (errmsg("citus.max_shared_pool_size connections are "
"already established to the node %s:%d,"
ereport(ERROR, (errmsg("citus.max_shared_pool_size number of connections "
"are already established to the node %s:%d,"
"so cannot establish any more connections",
hostname, port),
errhint("consider increasing "