pgsql: Minor test suite cleanup

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:41:16
Message-ID: E1wwQcV-000000016sy-0N5Y@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
------
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2026-08-18 20:57:40 pgsql: test_decoding: Don't print virtual generated columns.
Previous Message Daniel Gustafsson 2026-08-18 20:40:39 pgsql: Minor test suite cleanup