| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Minor test suite cleanup |
| Date: | 2026-08-18 20:40:39 |
| Message-ID: | E1wwQbu-000000016rR-2bAc@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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 <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/8CF9B235-AEE9-4E68-93DD-DF4F29E2FCE5@yesql.se
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2026-08-18 20:41:16 | pgsql: Minor test suite cleanup |
| Previous Message | Jeff Davis | 2026-08-18 20:21:18 | pgsql: pg_locale.c: comment improvements. |