pgsql: Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks
Date: 2018-11-29 00:47:02
Message-ID: E1gSATu-0006IB-Fq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks

This bypasses installcheck if specified, which makes sense for those
modules as they require non-default configuration, something which
typical users don't have. Those have been missing from the start, still
no back-patch is done.

This will be used by an upcoming patch for MSVC scripts adding support
for NO_INSTALLCHECK as installcheck is the default mode for contrib and
modules for performance reasons in the buildfarm.

Author: Michael Paquier
Reviewed-by: Andrew Dunstan
Discussion: https://postgr.es/m/20181126054302.GI1776@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d79fb5d2370cc9166029b7afd17a26355598730a

Modified Files
--------------
src/test/modules/commit_ts/Makefile | 3 +++
src/test/modules/test_rls_hooks/Makefile | 3 +++
2 files changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2018-11-29 01:16:46 pgsql: Fix minor typo in dsa.c.
Previous Message Michael Paquier 2018-11-29 00:15:02 pgsql: Fix handling of synchronous replication for stopping WAL senders