On Mon, Aug 26, 2024 at 2:27 PM Nathan Bossart wrote:
>
> On Mon, Aug 26, 2024 at 11:25:53AM -0700, Masahiko Sawada wrote:
> > Thank you for reviewing the patch. Pushed.
>
> nitpick: I think this one needs a pgindent run.
Thank you for pointing it out. I forgot to check with pgindent. I've
pushed
On Mon, Aug 26, 2024 at 11:25:53AM -0700, Masahiko Sawada wrote:
> Thank you for reviewing the patch. Pushed.
nitpick: I think this one needs a pgindent run.
--
nathan
On Sun, Aug 25, 2024 at 9:29 PM Amit Kapila wrote:
>
> On Fri, Aug 23, 2024 at 3:44 PM Masahiko Sawada wrote:
> >
> > On Tue, Aug 20, 2024 at 9:29 PM Amit Kapila wrote:
> > >
> >
> > I've updated the updated patch with regression tests.
> >
>
> LGTM.
Thank you for reviewing the patch. Pushed.
On Fri, Aug 23, 2024 at 3:44 PM Masahiko Sawada wrote:
>
> On Tue, Aug 20, 2024 at 9:29 PM Amit Kapila wrote:
> >
>
> I've updated the updated patch with regression tests.
>
LGTM.
--
With Regards,
Amit Kapila.
On Tue, Aug 20, 2024 at 9:29 PM Amit Kapila wrote:
>
> On Tue, Aug 20, 2024 at 5:55 PM Masahiko Sawada wrote:
> >
> > On Fri, Aug 16, 2024 at 12:22 AM Shlok Kyal
> > wrote:
> > >
> >
> > Thank you for testing the patch!
> >
> > I'm slightly hesitant to add a test under src/test/subscription sin
On Tue, Aug 20, 2024 at 5:55 PM Masahiko Sawada wrote:
>
> On Fri, Aug 16, 2024 at 12:22 AM Shlok Kyal wrote:
> >
>
> Thank you for testing the patch!
>
> I'm slightly hesitant to add a test under src/test/subscription since
> it's a bug in ReorderBuffer and not specific to logical replication.
>
Hi,
On Fri, Aug 16, 2024 at 12:22 AM Shlok Kyal wrote:
>
> On Wed, 7 Aug 2024 at 11:48, Amit Kapila wrote:
> >
> > On Wed, Aug 7, 2024 at 7:42 AM Masahiko Sawada
> > wrote:
> > >
> > > On Tue, Aug 6, 2024 at 1:12 PM Amit Kapila
> > > wrote:
> > > >
> > > > On Sat, Aug 3, 2024 at 1:21 AM Masa
On Wed, 7 Aug 2024 at 11:48, Amit Kapila wrote:
>
> On Wed, Aug 7, 2024 at 7:42 AM Masahiko Sawada wrote:
> >
> > On Tue, Aug 6, 2024 at 1:12 PM Amit Kapila wrote:
> > >
> > > On Sat, Aug 3, 2024 at 1:21 AM Masahiko Sawada
> > > wrote:
> > > >
> > > > I found a bug in the memory counter update
On Sat, Aug 10, 2024 at 5:48 AM Masahiko Sawada wrote:
>
> On Fri, Aug 9, 2024 at 3:30 PM Amit Kapila wrote:
> >
> > On Thu, Aug 8, 2024 at 9:43 PM Masahiko Sawada
> > wrote:
> > >
> > > On Wed, Aug 7, 2024 at 3:17 PM Amit Kapila
> > > wrote:
> > > >
> > > > On Wed, Aug 7, 2024 at 7:42 AM Mas
On Fri, Aug 9, 2024 at 3:30 PM Amit Kapila wrote:
>
> On Thu, Aug 8, 2024 at 9:43 PM Masahiko Sawada wrote:
> >
> > On Wed, Aug 7, 2024 at 3:17 PM Amit Kapila wrote:
> > >
> > > On Wed, Aug 7, 2024 at 7:42 AM Masahiko Sawada
> > > wrote:
> >
> > >
> > > >
> > > > > BTW, commit 5bec1d6bc5e also
On Thu, Aug 8, 2024 at 9:43 PM Masahiko Sawada wrote:
>
> On Wed, Aug 7, 2024 at 3:17 PM Amit Kapila wrote:
> >
> > On Wed, Aug 7, 2024 at 7:42 AM Masahiko Sawada
> > wrote:
>
> >
> > >
> > > > BTW, commit 5bec1d6bc5e also introduced
> > > > ReorderBufferChangeMemoryUpdate() in ReorderBufferTru
On Wed, Aug 7, 2024 at 3:17 PM Amit Kapila wrote:
>
> On Wed, Aug 7, 2024 at 7:42 AM Masahiko Sawada wrote:
> >
> > On Tue, Aug 6, 2024 at 1:12 PM Amit Kapila wrote:
> > >
> > > On Sat, Aug 3, 2024 at 1:21 AM Masahiko Sawada
> > > wrote:
> > > >
> > > > I found a bug in the memory counter upda
On Wed, Aug 7, 2024 at 7:42 AM Masahiko Sawada wrote:
>
> On Tue, Aug 6, 2024 at 1:12 PM Amit Kapila wrote:
> >
> > On Sat, Aug 3, 2024 at 1:21 AM Masahiko Sawada
> > wrote:
> > >
> > > I found a bug in the memory counter update in reorderbuffer. It was
> > > introduced by commit 5bec1d6bc5e, s
On Tue, Aug 6, 2024 at 1:12 PM Amit Kapila wrote:
>
> On Sat, Aug 3, 2024 at 1:21 AM Masahiko Sawada wrote:
> >
> > I found a bug in the memory counter update in reorderbuffer. It was
> > introduced by commit 5bec1d6bc5e, so pg17 and master are affected.
> >
> > In ReorderBufferCleanupTXN() we ze
On Sat, Aug 3, 2024 at 1:21 AM Masahiko Sawada wrote:
>
> I found a bug in the memory counter update in reorderbuffer. It was
> introduced by commit 5bec1d6bc5e, so pg17 and master are affected.
>
> In ReorderBufferCleanupTXN() we zero the transaction size and then
> free the transaction entry as
Hi,
I found a bug in the memory counter update in reorderbuffer. It was
introduced by commit 5bec1d6bc5e, so pg17 and master are affected.
In ReorderBufferCleanupTXN() we zero the transaction size and then
free the transaction entry as follows:
/* Update the memory counter */
ReorderBuff
16 matches
Mail list logo