Fixes static code analysis issues

test_branch
gindibay 2023-07-28 14:26:53 +03:00
parent 7ccbb848b0
commit b178a7524c
1 changed files with 1 additions and 1 deletions

View File

@ -1330,6 +1330,7 @@ citus_update_node(PG_FUNCTION_ARGS)
PG_RETURN_VOID();
}
Datum
citus_pause_node(PG_FUNCTION_ARGS)
{
@ -1353,7 +1354,6 @@ citus_pause_node(PG_FUNCTION_ARGS)
}
PG_RETURN_VOID();
}