Re: pg_waldump: support decoding of WAL inside tarfile

2025-08-26 Thread Amul Sul
On Mon, Aug 25, 2025 at 5:58 PM Amul Sul wrote: > > On Thu, Aug 7, 2025 at 7:47 PM Amul Sul wrote: > > [] > > --- > > Known Issues & Status: > > --- > > - Timeline Switching: The current implementation in patch 006 does not > > c

Re: pg_waldump: support decoding of WAL inside tarfile

2025-08-25 Thread Amul Sul
On Thu, Aug 7, 2025 at 7:47 PM Amul Sul wrote: > [] > --- > Known Issues & Status: > --- > - Timeline Switching: The current implementation in patch 006 does not > correctly handle timeline switching. This is a known issue, especi

pg_waldump: support decoding of WAL inside tarfile

2025-08-07 Thread Amul Sul
Hi All, Attaching patch to support a new feature that let pg_waldump decode WAL files directly from a tar archive. This was worked to address a limitation in pg_verifybackup[1], which couldn't parse WAL files from tar-formatted backups. The implementation will align with pg_waldump's existing xlo