pgsql: Add 'tap_tests' flag in config_default.pl

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add 'tap_tests' flag in config_default.pl
Date: 2016-03-04 16:09:34
Message-ID: E1absII-0002kY-8R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add 'tap_tests' flag in config_default.pl

This makes the flag more visible for testers using the default file as a
template, increasing the likelyhood that the test suite will be run.
Also have the flag be displayed in the fake "configure" output, if set.

This patch is two new lines only, but perltidy decides to shift things
around which makes it appear a bit bigger.

Author: Michaël Paquier
Reviewed-by: Craig Ringer
Discussion: https://www.postgresql.org/message-id/CAB7nPqRet6UAP2APhZAZw%3DVhJ6w-Q-gGLdZkrOqFgd2vc9-ZDw%40mail.gmail.com

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/tools/msvc/Solution.pm | 1 +
src/tools/msvc/config_default.pl | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-04 16:40:25 pgsql: postgres_fdw: When sending ORDER BY, always include NULLS FIRST/
Previous Message Alvaro Herrera 2016-03-04 16:05:42 pgsql: Add 'tap_tests' flag in config_default.pl