Document that subscription tests require hstore

This commit is contained in:
Peter Eisentraut 2018-05-01 10:33:02 -04:00
parent 81ff9ec8f8
commit fa94fa6d82
1 changed files with 6 additions and 4 deletions

View File

@ -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.