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

From Tom Lane
Subject pgsql: Fix not-quite-right Makefile for src/test/modules/test_checksums
Date
Msg-id E1wFJbF-00249L-0z@gemulon.postgresql.org
Whole thread
List 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(-)


pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: pgsql: bufmgr: use I/O stats arguments in FlushUnlockedBuffer()
Next
From: Michael Paquier
Date:
Subject: pgsql: Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index