Avoiding a needless failure of PITR
От | Fujii Masao |
---|---|
Тема | Avoiding a needless failure of PITR |
Дата | |
Msg-id | 4810983C.3070709@oss.ntt.co.jp обсуждение исходный текст |
Ответы |
Re: Avoiding a needless failure of PITR
Re: Avoiding a needless failure of PITR |
Список | pgsql-hackers |
Hi, PITR always fails in finding the archived log file with wrong size. But, I think that we can continue PITR if .ready file of the same name exists in XLOGDIR/archive_status, ie the complete file might exist in XLOGDIR. I want to modify the implementation of PITR a little as follows. - In PITR, if the archived log file with wrong size is found, we check for .ready in XLOGDIR/archive_status. - If .ready exists, we try to continue PITR by using the log file in XLOGDIR. (The log message about the situation mightbe needed.) - Otherwise, we make PITR fail as it is (making fatal error). Is it worth making the patch? -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center TEL (03)5860-5115 FAX (03)5463-5490
В списке pgsql-hackers по дате отправления: