Re: Split xlog.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Split xlog.c
Дата
Msg-id YfI9DeuuqkNi+AT4@paquier.xyz
обсуждение исходный текст
Ответ на Re: Split xlog.c  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: Split xlog.c  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
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
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: TAP test to cover "EndOfLogTLI != replayTLI" case
Следующее
От: Greg Nancarrow
Дата:
Сообщение: Re: row filtering for logical replication