mirror of https://github.com/citusdata/citus.git
Fixes build error
parent
f8a332952d
commit
369756cfcb
|
@ -140,6 +140,8 @@ citus_internal_database_size(PG_FUNCTION_ARGS)
|
||||||
ClearResults(connection, failOnError);
|
ClearResults(connection, failOnError);
|
||||||
PG_RETURN_INT64(size);
|
PG_RETURN_INT64(size);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Retrieves the groupId of a distributed database
|
* Retrieves the groupId of a distributed database
|
||||||
|
@ -183,4 +185,3 @@ citus_internal_database_size(PG_FUNCTION_ARGS)
|
||||||
|
|
||||||
return groupId;
|
return groupId;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue