Skip to content

Commit

Permalink
fix issue #143
Browse files Browse the repository at this point in the history
  • Loading branch information
xuegang authored and koichi-szk committed May 19, 2015
1 parent 26be55d commit 058ddd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/pgxc/pool/poolmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,8 @@ destroy_node_pool(PGXCNodePool *node_pool)
/*
* Main handling loop
*/
static void PoolerLoop(void)
static void
PoolerLoop(void)
{
StringInfoData input_message;
int maxfd = MaxConnections + 1024; //add additional 1024
Expand Down

0 comments on commit 058ddd5

Please sign in to comment.