| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Run tap tests in src/interfaces/libpq. |
| Date: | 2022-02-27 01:13:47 |
| Message-ID: | E1nO88B-0003qH-2n@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dean Rasheed | 2022-02-27 10:19:06 | pgsql: Apply auto-vectorization to the inner loop of div_var_fast(). |
| Previous Message | Andres Freund | 2022-02-27 00:46:24 | pgsql: Fix use of wrong variable in pg_receivewal's get_destination_dir |