pgsql: Use --nosync during make check's initdb call.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Use --nosync during make check's initdb call.
Дата
Msg-id E1SsjXG-0001FO-C5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use --nosync during make check's initdb call.

We left this out of commit b966dd6c4228d696b291c1cdcb5ab8c8475fefa8
so as to get some more buildfarm testing of the new fsync code in initdb.
But since no problems have turned up, it's probably time to save the
cycles.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2c4f5b4bc5385b37d062451642abd384536eeeb3

Modified Files
--------------
src/test/regress/pg_regress.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress volatile-related warning seen in some compilers.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve copydir() code for the case that fsync is off.