pgsql: Provide NO_INSTALLCHECK option for pgxs.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Provide NO_INSTALLCHECK option for pgxs.
Date: 2016-11-14 22:53:19
Message-ID: E1c6Q7r-0005mU-Pq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)1478968242(at)sss(dot)pgh(dot)pa(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-11-15 14:14:52 pgsql: pgbench: Increase maximum size of log filename from 64 to MAXPGP
Previous Message Alvaro Herrera 2016-11-14 20:36:43 Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated.