OSDN Git Service

Allow run make check of PostgreSQL with loading pg_hint.plan
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 6 Oct 2021 02:51:44 +0000 (11:51 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 6 Oct 2021 02:57:29 +0000 (11:57 +0900)
commit437a4fa587bf960c2447c06e64c2b1dda6c4403c
treec3ec00c6e05262bbf1cfeeb3efaccd3b6fcb90b1
parent3d8c7b8a51c93409fd9c22a730e60ee13456fdbe
Allow run make check of PostgreSQL with loading pg_hint.plan

Automatically switch environment when pg_hint_plan is installed as a
part of "make check" of PostgreSQL.  That test is executed with the
following command line in the top directory of PostgreSQL tree.

make check EXTRA_INSTALL=<this directory> EXTRA_REGRESS_OPTS="--temp-config <this directory>/pg_hint_plan.conf"

make check-world fails for test that requires extra modules.
Makefile