citus/src/test/regress/citus_tests
Jelte Fennema b489d763e1
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.
2023-03-06 10:53:12 +01:00
..
arbitrary_configs Fix multiple output version arbitrary config tests (#6744) 2023-03-03 21:06:59 +03:00
upgrade Don't blanket ignore flake8 E402 error (#6734) 2023-02-27 18:17:15 +03:00
__init__.py Add an infrastructure to run same tests with arbitrary configs (#5316) 2021-10-12 14:24:19 +03:00
common.py Fix issues reported by flake8 2023-02-10 13:05:37 +01:00
config.py Fix issues reported by flake8 2023-02-10 13:05:37 +01:00
print_test_names.py Increase parallelism 2021-10-19 15:38:58 +03:00
run_test.py Use pg_total_relation_size in citus_shards (#6748) 2023-03-06 10:53:12 +01:00
utils.py Run python files through isort 2023-02-10 13:05:37 +01:00