pgsql: Minor test suite cleanup - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Minor test suite cleanup
Date
Msg-id E1wwQbu-000000016rR-2bAc@gemulon.postgresql.org
Whole thread
List 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@yesql.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(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: pg_locale.c: comment improvements.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Record initial state of data checksums in controlfile