initdb and fsync

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема initdb and fsync
Дата
Msg-id 1327709981.9123.11.camel@sussancws0025
обсуждение исходный текст
Ответы Re: initdb and fsync  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
It looks like initdb doesn't fsync all the files it creates, e.g. the
PG_VERSION file.

While it's unlikely that it would cause any real data loss, it can be
inconvenient in some testing scenarios involving VMs.

Thoughts? Would a patch to add a few fsync calls to initdb be accepted?
Is a platform-independent fsync be available at initdb time?

Regards,   Jeff Davis



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: foreign key locks, 2nd attempt
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: CLOG contention, part 2