Files
postgresql/src/interfaces/libpq
Alvaro Herrera 1846202fe1 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
2022-07-22 20:15:11 +02:00
..
2022-06-27 08:19:02 +02:00
2021-06-29 14:37:39 -04:00
2022-01-07 19:04:57 -05:00
2022-07-13 12:10:03 +02:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-05-11 06:16:56 +02:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2022-01-07 19:04:57 -05:00
2010-09-20 22:08:53 +02:00
2022-01-07 19:04:57 -05:00

src/interfaces/libpq/README

This directory contains the C version of Libpq, the POSTGRES frontend library.