]> granicus.if.org Git - postgresql/commitdiff
Document that subscription tests require hstore
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 1 May 2018 14:33:02 +0000 (10:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 1 May 2018 14:33:02 +0000 (10:33 -0400)
src/test/subscription/README

index 1d50dcceedb26d72e56622a2b3c2aa017b7e84ae..4270a0102766189e64aca60636a004f4c7f4fa05 100644 (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.