Re: Split xlog.c

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Split xlog.c
Дата
Msg-id 52bc9ccd-8591-431b-0086-15d9acf25a3f@iki.fi
обсуждение исходный текст
Ответ на Re: Split xlog.c  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: Split xlog.c  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 17/12/2021 13:10, Heikki Linnakangas wrote:
> I think this is ready for commit now. I'm going to wait a day or two to
> give everyone a chance to review these latest changes, and then push.

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.

So here's one more set of patches with that fixed, which I plan to 
commit shortly.

- Heikki
Вложения

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

Предыдущее
От: Maxim Orlov
Дата:
Сообщение: Re: UNIQUE null treatment option
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Allow multiple recursive self-references