pgsql: Provide NO_INSTALLCHECK option for pgxs. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Provide NO_INSTALLCHECK option for pgxs.
Date
Msg-id E1c6Q7r-0005mU-Pq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ffa8c3d8521bbd7c6da497264f1a12572a1ff713

Modified Files
--------------
contrib/pg_stat_statements/Makefile | 7 +++----
doc/src/sgml/extend.sgml            | 9 +++++++++
src/makefiles/pgxs.mk               | 4 ++++
3 files changed, 16 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Fix typo in comment
Next
From: Robert Haas
Date:
Subject: pgsql: pgbench: Increase maximum size of log filename from 64 to MAXPGP