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 ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d1283c331a427d1747a5567e323bb629a52a7c13 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(-)
