citus/src
Jelte Fennema 2cf7ec5e26 Use pg_total_relation_size in citus_shards (#6748)
DESCRIPTION: Correctly report shard size in citus_shards view

When looking at citus_shards, people are interested in the actual size
that all the data related to the shard takes up on disk.
`pg_total_relation_size` is the function to use for that purpose. The
previously used `pg_relation_size` does not include indexes or TOAST.
Especially the missing toast can have enormous impact on the size of the
shown data.

(cherry picked from commit b489d763e1)
2023-03-06 11:37:48 +01:00
..
backend Use pg_total_relation_size in citus_shards (#6748) 2023-03-06 11:37:48 +01:00
bin/pg_send_cancellation Add jobs to test builds on different distros (#6499) 2022-12-01 19:11:41 +03:00
include Support compilation and run tests on latest PG versions (#6711) 2023-02-10 16:34:46 +01:00
test Use pg_total_relation_size in citus_shards (#6748) 2023-03-06 11:37:48 +01:00