Re: Split xlog.c

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Split xlog.c
Дата
Msg-id ed0002e7-5f03-bebd-1d42-cb371a864474@iki.fi
обсуждение исходный текст
Ответ на Re: Split xlog.c  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Split xlog.c
Список pgsql-hackers
On 27/01/2022 08:34, Michael Paquier wrote:
> On Tue, Jan 25, 2022 at 12:12:40PM +0200, Heikki Linnakangas wrote:
>> In last round of review, I spotted one bug: I had mixed up the meaning of
>> EndOfLogTLI. It is the TLI in the *filename* of the WAL segment that we read
>> the last record from, which can be different from the TLI that the last
>> record is actually on. All existing tests were passing with that bug, so I
>> added a test case to cover that case.
> 
> FYI, this overlaps with a different patch sent recently, as of this
> thread:
> https://www.postgresql.org/message-id/CAAJ_b94Vjt5cXGza_1MkjLQWciNdEemsmiWuQj0d=M7JfjAa1g@mail.gmail.com

Thanks, I pushed this new test case now.

With the rest of the patches, I'm seeing a mysterious failure in cirrus 
CI, on macOS on the 027_stream_regress.pl test. It doesn't make much 
sense to me, but I'm investigating that now.

- Heikki



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [BUG]Update Toast data failure in logical replication
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: TAP test to cover "EndOfLogTLI != replayTLI" case