Hello, Igniters. Crawled through the WAL code and wonder - do we really need WALPointer interface? As far as I can see it has only one implementation FileWALPointer. And all usages of WALPointer expect FileWALPointer.
I propose to get rid of WALPointer. WDYT?