diff options
author | Tom Lane | 2022-03-18 17:21:47 +0000 |
---|---|---|
committer | Tom Lane | 2022-03-18 17:21:47 +0000 |
commit | 9eaef6f8ea951320eae0c0083b07d901fe9bd3e5 (patch) | |
tree | c063663dfd301d81cf36e54bcfdd8f5d731ac692 | |
parent | d914eb347fcd7554a7afda5efaa709582f64f660 (diff) |
Doc: remove bogus instruction to install contrib/hstore.
This test suite does not use hstore. Looks like this text
was copied-and-pasted from src/test/subscription/README.
-rw-r--r-- | src/test/icu/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/icu/README b/src/test/icu/README index cfc9353dff..c257af1950 100644 --- a/src/test/icu/README +++ b/src/test/icu/README @@ -9,8 +9,6 @@ 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/hstore in addition to the core code. Run make check |