pgsql: Don't assume expr is available in pgbench tests

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Don't assume expr is available in pgbench tests
Дата
Msg-id E1hqJW0-0000Gk-QP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't assume expr is available in pgbench tests

Windows hosts do not normally come with expr, so instead of using that
to test the \setshell command, use echo instead, which is fairly
universally available.

Backpatch to release 11, where this came in.

Problem found by me, patch by Fabien Coelho.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bfa4263e7119685cddb08ed2e2b3462157d4d453

Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Doc: Clarify interactions of pg_receivewal withremote_apply
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Refactor checks for deleted GiST pages.