mirror of https://github.com/citusdata/citus.git
Fixes static code analysis issues
parent
7ccbb848b0
commit
b178a7524c
|
@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue