From: Peter Eisentraut Date: Tue, 1 May 2018 14:33:02 +0000 (-0400) Subject: Document that subscription tests require hstore X-Git-Tag: REL_11_BETA1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa94fa6d8293c3a3cfdf0514f8bbd40b68bf3beb;p=postgresql Document that subscription tests require hstore --- diff --git a/src/test/subscription/README b/src/test/subscription/README index 1d50dcceed..4270a01027 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.