pgsql: Fix pgbench TAP test to work in VPATH builds.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix pgbench TAP test to work in VPATH builds.
Дата
Msg-id E1erqfQ-0006py-4l@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pgbench TAP test to work in VPATH builds.

Previously, it'd try to create log files under the source directory
not the build directory.  This fell over if the source isn't writable
by the building user.

Fabien Coelho

Discussion: https://postgr.es/m/alpine.DEB.2.20.1801101038340.2283@lancre

Branch
------
master

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

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


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add prokind column, replacing proisagg and proiswindow
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix VM buffer pin management in heap_lock_updated_tuple_rec().