aboutsummaryrefslogtreecommitdiff
path: root/src
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:14 -0400
commitb431dc5c3d7207ffb56b6045eb04265a53f63a03 (patch)
treeb530cae23888d03725cc990d5d18bffcf7aaf06b /src
parent8efefa748777baf6a61a0e5ec3858a2b90fd8e84 (diff)
downloadpostgresql-b431dc5c3d7207ffb56b6045eb04265a53f63a03.tar.gz
postgresql-b431dc5c3d7207ffb56b6045eb04265a53f63a03.zip
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.
Diffstat (limited to 'src')
-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