Re: FailedAssertion at ReorderBufferCheckMemoryLimit()
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-06-10T03:00:15Z
Lists: pgsql-hackers
Attachments
- fix_rb_mem_ovfl_1.patch (application/octet-stream) patch
On Tue, Jun 9, 2020 at 2:28 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Tue, Jun 9, 2020 at 1:56 PM Fujii Masao <masao.fujii@oss.nttdata.com> wrote: > > > > > I wonder if we may > > need to keep evicting the transactions until we don't exceed > > memory limit. > > > > Yes, that should be the right fix here. > Can you please check whether the attached patch fixes the problem for you? -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Fix ReorderBuffer memory overflow check.
- 16a8d5cf0337 13.0 landed
- c5c000b1038e 14.0 landed