diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-07-23 16:10:14 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-07-23 16:10:14 -0400 |
commit | b431dc5c3d7207ffb56b6045eb04265a53f63a03 (patch) | |
tree | b530cae23888d03725cc990d5d18bffcf7aaf06b /src | |
parent | 8efefa748777baf6a61a0e5ec3858a2b90fd8e84 (diff) | |
download | postgresql-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/README | 2 |
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 |