Fixes build error

pull/7375/head
gindibay 2023-12-13 01:22:49 +03:00 committed by gurkanindibay
parent f8a332952d
commit 369756cfcb
1 changed files with 44 additions and 43 deletions

View File

@ -140,6 +140,8 @@ citus_internal_database_size(PG_FUNCTION_ARGS)
ClearResults(connection, failOnError);
PG_RETURN_INT64(size);
}
}
/*
* Retrieves the groupId of a distributed database
@ -183,4 +185,3 @@ citus_internal_database_size(PG_FUNCTION_ARGS)
return groupId;
}
}