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
-
Fix memory counter update in ReorderBuffer.
- 52f1d6730bf7 18.0 landed
- dbed2e36625d 17.0 landed
-
Improve eviction algorithm in ReorderBuffer using max-heap for many subtransactions.
- 5bec1d6bc5e3 17.0 cited