pgsql: Fix not-quite-right Makefile for src/test/modules/test_checksums

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix not-quite-right Makefile for src/test/modules/test_checksums
Date: 2026-04-21 22:29:45
Message-ID: E1wFJbF-00249L-0z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix not-quite-right Makefile for src/test/modules/test_checksums.

This neglected to set TAP_TESTS = 1, and partially compensated
for that by writing duplicative hand-made rules for check and
installcheck. That's not really sufficient though. The way
I noticed the error was that "make distclean" didn't clean out
the tmp_check subdirectory, and there might be other consequences.
Do it the standard way instead.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64b2b4212486406771089aff7ba015c650334f66

Modified Files
--------------
src/test/modules/test_checksums/Makefile | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-04-22 01:35:21 pgsql: Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index
Previous Message Melanie Plageman 2026-04-21 21:51:11 pgsql: bufmgr: use I/O stats arguments in FlushUnlockedBuffer()