Provide NO_INSTALLCHECK option for pgxs.

Andres Freund <andres@anarazel.de>

Commit: ffa8c3d8521bbd7c6da497264f1a12572a1ff713
Author: Andres Freund <andres@anarazel.de>
Date: 2016-11-14T22:53:07Z
Releases: 10.0
Provide NO_INSTALLCHECK option for pgxs.

This allows us to avoid running the regression tests in contrib modules
like pg_stat_statement in a less ugly manner.

Discussion: <22432.1478968242@sss.pgh.pa.us>

Files

PathChange+/−
contrib/pg_stat_statements/Makefile modified +3 −4
doc/src/sgml/extend.sgml modified +9 −0
src/makefiles/pgxs.mk modified +4 −0

Documentation touched