summaryrefslogtreecommitdiff
path: root/src/test/checksum/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/checksum/README')
-rw-r--r--src/test/checksum/README22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/test/checksum/README b/src/test/checksum/README
deleted file mode 100644
index e3fbd2bdb5..0000000000
--- a/src/test/checksum/README
+++ /dev/null
@@ -1,22 +0,0 @@
-src/test/checksum/README
-
-Regression tests for data checksums
-===================================
-
-This directory contains a test suite for enabling data checksums
-in a running cluster with streaming replication.
-
-Running the tests
-=================
-
- make check
-
-or
-
- make installcheck
-
-NOTE: This creates a temporary installation (in the case of "check"),
-with multiple nodes, be they master or standby(s) for the purpose of
-the tests.
-
-NOTE: This requires the --enable-tap-tests argument to configure.