On Wed, 2025-09-10 at 11:12 -0400, Melanie Plageman wrote: > So, would you consider the defining characteristic of whether or not > we should use the flush pointer instead of min recovery point in > XLogNeedsFlush() to be whether or not WAL inserts are allowed?
That was my question here: https://www.postgresql.org/message-id/[email protected] It seems like XLogFlush() and XLogNeedsFlush() should use the same test, otherwise you could always get some confusing inconsistency. Right? Regards, Jeff Davis
