Re: pgsql: Raise a warning if there is a possibility of data from multiple

2022-09-08 Thread vignesh C
> > information in WAL but that is not possible during initial sync so we raise > > a warning if there is such a possibility. > > > > Author: Vignesh C > > Reviewed-By: Peter Smith, Amit Kapila, Jonathan Katz, Shi yu, Wang wei > > Discussion: > &g

Re: pgsql: Improve runtime and output of tests for replication slots checkp

2025-06-23 Thread vignesh C
On Sun, 22 Jun 2025 at 05:46, Alexander Korotkov wrote: > > On Sat, Jun 21, 2025 at 2:42 AM Tom Lane wrote: > > > > Alexander Korotkov writes: > > > And I see the following variable values. > > > > > (lldb) p/x targetPagePtr > > > (XLogRecPtr) 0x29004000 > > > (lldb) p/x RecPtr > > > (XL

Re: pgsql: Improve runtime and output of tests for replication slots checkp

2025-06-25 Thread vignesh C
On Tue, 24 Jun 2025 at 00:20, Alexander Korotkov wrote: > > On Mon, Jun 23, 2025 at 4:33 PM Amit Kapila wrote: > > On Mon, Jun 23, 2025 at 6:01 PM Alexander Korotkov > > wrote: > > > > > > On Mon, Jun 23, 2025 at 3:00 PM Jelte Fennema-Nio > > > wrote: > > > > On Mon, 23 Jun 2025 at 12:24, Ale