[PATCH] pg_receivewal skip WAL file size checking

Поиск
Список
Период
Сортировка
От Sergey Sergey
Тема [PATCH] pg_receivewal skip WAL file size checking
Дата
Msg-id CAOC4_ypd-yf3rT9O_Sop5y95c5dnv6di-QN=ruzKvkgzncNXNg@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
We have a huge amount of WAL files at backup site. A listing of the directory takes several seconds. During startup pg_receivewal checks size of all theus files.  It does not check file integrity or gaps between files. It takes several hours for our setup.
I have add an options that skip this file size checking. Default behavior remains the same.
A patch looks huge due to large code block ident. Actually it consists of option add and one if-branch.
Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: initdb's -c option behaves wrong way?
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: index prefetching