pgsql: Allow pg_rewind tap tests to run with older File::Path versions

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Allow pg_rewind tap tests to run with older File::Path versions
Дата
Msg-id E1ZN5Fw-0001R4-EL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow pg_rewind tap tests to run with older File::Path versions

Older versions have rmtree but not remove_tree. The one-argument forms
of these are equivalent, so replace remove_tree with rmtree. This allows
the tests to be run on oldish Msys systems.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7c29764a354a0e7deb3c28e1d5c38ff6662ee3f9

Modified Files
--------------
src/bin/pg_rewind/RewindTest.pm |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Remove carriage returns from certain tap test output under Msys
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Link $(WIN32RES) into single-file modules only when PGFILEDESC i