pgsql: Fix [install]check in interfaces/libpq/Makefile - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix [install]check in interfaces/libpq/Makefile
Date
Msg-id E1oExIW-000llg-V9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix [install]check in interfaces/libpq/Makefile

The common recipe when TAP tests are disabled doesn't work, because the
libpq-specific recipe wants to define the PATH environment variable, so
the starting '@' is misinterpreted as part of the command instead of
silencing said command.

Fix by setting the environment variable in a way that doesn't interfere
with the recipe.

Reported-by: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://postgr.es/m/20220720172321.GL12702@telsasoft.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1846202fe108bbcc0b0063dd3a2aecddf4d1ccd0

Modified Files
--------------
src/interfaces/libpq/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Rework grammar for REINDEX
Next
From: Thomas Munro
Date:
Subject: pgsql: Remove configure probe for sys/tas.h.