Re: Make mesage at end-of-recovery less scary.
От | Kyotaro Horiguchi |
---|---|
Тема | Re: Make mesage at end-of-recovery less scary. |
Дата | |
Msg-id | 20240111.161816.1259268425616323411.horikyota.ntt@gmail.com обсуждение исходный текст |
Ответ на | Re: Make mesage at end-of-recovery less scary. (vignesh C <vignesh21@gmail.com>) |
Ответы |
Re: Make mesage at end-of-recovery less scary.
|
Список | pgsql-hackers |
At Fri, 5 Jan 2024 16:02:24 +0530, vignesh C <vignesh21@gmail.com> wrote in > On Wed, 22 Nov 2023 at 13:01, Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote: > > > > Anyway, this requires rebsaing, and done. > > Few tests are failing at [1], kindly post an updated patch: Thanks! The errors occurred in a part of the tests for end-of-WAL detection added in the master branch. These failures were primarily due to changes in the message contents introduced by this patch. During the revision, I discovered an issue with the handling of empty pages that appear in the middle of reading continuation records. In the previous version, such empty pages were mistakenly identified as indicating a clean end-of-WAL (that is a LOG). However, they should actually be handled as a WARNING, since the record curently being read is broken at the empty pages. The following changes have been made in this version: 1. Adjusting the test to align with the error message changes introduced by this patch. 2. Adding tests for the newly added messages. 3. Correcting the handling of empty pages encountered during the reading of continuation records. (XLogReaderValidatePageHeader) 4. Revising code comments. 5. Changing the term "log segment" to "WAL segment". (XLogReaderValidatePageHeader) regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Вложения
В списке pgsql-hackers по дате отправления: