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