Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f4da4da

Browse files
author
Vladimir Ershov
committed
fix check
1 parent 542c83f commit f4da4da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scheduler_manager.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ int refresh_manager_pool(MemoryContext mem, const char *database, const char *na
236236
{
237237
int i, busy;
238238
scheduler_manager_slot_t **old;
239-
240239
if(N == p->len) return 0; /* we have nothing to change */
241240

242241
elog(LOG, "Scheduler Manager %s: Change available %s workers number %d => %d", database, name, p->len, N);

0 commit comments

Comments
 (0)