diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-05-01 10:33:02 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-05-01 10:33:02 -0400 |
commit | fa94fa6d8293c3a3cfdf0514f8bbd40b68bf3beb (patch) | |
tree | a16cb7c836bffc0f37a6b75c6db139b7a6f0d32f /src | |
parent | 81ff9ec8f8b12e03f76062000b322da6568bc941 (diff) | |
download | postgresql-fa94fa6d8293c3a3cfdf0514f8bbd40b68bf3beb.tar.gz postgresql-fa94fa6d8293c3a3cfdf0514f8bbd40b68bf3beb.zip |
Document that subscription tests require hstore
Diffstat (limited to 'src')
-rw-r--r-- | src/test/subscription/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/test/subscription/README b/src/test/subscription/README index 1d50dcceedb..4270a010276 100644 --- a/src/test/subscription/README +++ b/src/test/subscription/README @@ -14,8 +14,10 @@ or make installcheck -NOTE: This creates a temporary installation (in the case of "check"), -and some tests may create one or multiple nodes, for the purpose of -the tests. +This requires the --enable-tap-tests argument to configure. -NOTE: This requires the --enable-tap-tests argument to configure. +Running the tests creates a temporary installation (in the case of +"check"), and some tests may create one or multiple nodes, for the +purpose of the tests. + +Running installcheck requires the hstore extension to be installed. |