summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-07-23 16:10:14 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2022-07-23 16:10:38 -0400
commit44d0e41319f2379d610eec059da273ae4e3c4e6f (patch)
treec7ee6f3c2e319da87ebe7f6c1ba6fac2d938f3a9
parent3b474a2e660f53f0a5aebfbb4c706d30aa145c16 (diff)
Doc: update recovery/README.
Commit e2f65f425 added contrib/pg_prewarm to the prerequisites for running the src/test/recovery suite, but did not bother to update the documentation about that.
-rw-r--r--src/test/recovery/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/README b/src/test/recovery/README
index 435fa64c76d..da1167969f7 100644
--- a/src/test/recovery/README
+++ b/src/test/recovery/README
@@ -10,7 +10,7 @@ Running the tests
NOTE: You must have given the --enable-tap-tests argument to configure.
Also, to use "make installcheck", you must have built and installed
-contrib/test_decoding in addition to the core code.
+contrib/pg_prewarm and contrib/test_decoding in addition to the core code.
Run
make check