Minor test suite cleanup A few catalog queries were missing proper schema qualification in the test_checksums module test suites, and one suite contained a disable call right before tearing down the test which can be removed.
Backpatch to v19 where the test suite was added. Author: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 19 Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/c61c3ec40cb8e08fe54573de7cf1a27fa4d10f9f Modified Files -------------- src/test/modules/test_checksums/t/001_basic.pl | 4 ++-- src/test/modules/test_checksums/t/002_restarts.pl | 4 +--- src/test/modules/test_checksums/t/003_standby_restarts.pl | 7 ++++--- src/test/modules/test_checksums/t/005_injection.pl | 5 +++-- 4 files changed, 10 insertions(+), 10 deletions(-)
