pgsql: Combine initdb tests that successfully create a data directory.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Combine initdb tests that successfully create a data directory.
Дата
Msg-id E1YogUs-0000L3-Rs@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Combine initdb tests that successfully create a data directory.

This eliminates many seconds of test duration and the cause to invoke
"rm -rf", which is typically unavailable on Windows.

Michael Paquier and Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a629c1b161a2b43a2f81241a8f4c5f79e5b8ecf

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl |   48 +++++++++++++++++-----------------------
1 file changed, 20 insertions(+), 28 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Make hstore_plperl's build even more like plperl's
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Rename coerce_type() local variable.