Обсуждение: pgsql: Use --nosync during make check's initdb call.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)