pgsql: Run tap tests in src/interfaces/libpq. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Run tap tests in src/interfaces/libpq.
Date
Msg-id E1nO88B-0003qH-2n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Run tap tests in src/interfaces/libpq.

To be able to run binaries in the test/ directory, prove_[install]check need
to be executable in a single shell invocation, so that test/ can be added to
PATH.

Discussion: https://postgr.es/m/20220223203031.ezrd73ohvjgfksow@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6b04abdfc5e0653542ac5d586e639185a8c61a39

Modified Files
--------------
src/Makefile.global.in          | 12 ++++++------
src/interfaces/libpq/.gitignore |  1 +
src/interfaces/libpq/Makefile   | 11 +++++++++--
3 files changed, 16 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix use of wrong variable in pg_receivewal's get_destination_dir
Next
From: Dean Rasheed
Date:
Subject: pgsql: Apply auto-vectorization to the inner loop of div_var_fast().