Re: Fix memory counter update in reorderbuffer

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: Shlok Kyal <shlok.kyal.oss@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-08-26T04:29:47Z
Lists: pgsql-hackers
On Fri, Aug 23, 2024 at 3:44 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> On Tue, Aug 20, 2024 at 9:29 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
> >
>
> I've updated the updated patch with regression tests.
>

LGTM.

-- 
With Regards,
Amit Kapila.



Commits

  1. Fix memory counter update in ReorderBuffer.

  2. Improve eviction algorithm in ReorderBuffer using max-heap for many subtransactions.