mirror of https://github.com/citusdata/citus.git
I just enhanced the existing code to check if the relation is an index belonging to a distributed table. If so the shardId is appended to relation (index) name and the *_size function are executed as before. There is a change in an extern function: `extern StringInfo GenerateSizeQueryOnMultiplePlacements(...)` It's possible to create a new function and deprecate this one later if compatibility is an issue. Fixes https://github.com/citusdata/citus/issues/6496. DESCRIPTION: Allows using Citus size functions on distributed tables indexes. --------- Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com> |
||
---|---|---|
.. | ||
dependency.c | ||
distobject.c | ||
metadata_cache.c | ||
metadata_sync.c | ||
metadata_utility.c | ||
node_metadata.c | ||
pg_get_object_address_13_14_15.c |