Re: Offline enabling/disabling of data checksums

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: Offline enabling/disabling of data checksums
Дата
Msg-id alpine.DEB.2.21.1903221859220.18811@lancre
обсуждение исходный текст
Ответ на Re: Offline enabling/disabling of data checksums  (Christoph Berg <myon@debian.org>)
Ответы Re: Offline enabling/disabling of data checksums
Список pgsql-hackers
Hello Christoph,

>> -    pg_log(PG_PROGRESS, "syncing target data directory\n");
>> -    syncTargetDirectory();
>
> Doesn't the control file still need syncing?

Indeed it does, and it is done in update_controlfile if the last argument 
is true. Basically update_controlfile latest version always fsync the 
control file, unless explicitely told not to do so. The options to do that 
are really there only to speed up non regression tests.

-- 
Fabien.


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

Предыдущее
От: Thibaut Madelaine
Дата:
Сообщение: Re: Problem with default partition pruning
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Ordered Partitioned Table Scans