pgsql: Run tap tests in src/interfaces/libpq.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Run tap tests in src/interfaces/libpq.
Дата
Msg-id E1nO88B-0003qH-2n@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix use of wrong variable in pg_receivewal's get_destination_dir
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Apply auto-vectorization to the inner loop of div_var_fast().