pgsql: Fix [install]check in interfaces/libpq/Makefile

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix [install]check in interfaces/libpq/Makefile
Дата
Msg-id E1oExIW-000llf-Ug@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f39b70a6f3664036d527fb04ba709d363072a2e

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Rework grammar for REINDEX
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove configure probe for sys/tas.h.