Re: SUBTRANS: Minimizing calls to SubTransSetParent()
Simon Riggs <simon.riggs@enterprisedb.com>
From: Simon Riggs <simon.riggs@enterprisedb.com>
To: Japin Li <japinli@hotmail.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Dilip Kumar <dilipbalaut@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
pgsql-hackers@lists.postgresql.org
Date: 2022-09-26T13:57:04Z
Lists: pgsql-hackers
Attachments
- 002_minimize_calls_to_SubTransSetParent.v11.patch (application/octet-stream) patch v11
On Fri, 16 Sept 2022 at 13:20, Simon Riggs <simon.riggs@enterprisedb.com> wrote: > > Thanks for the review. > > v10 attached v11 attached, corrected for recent commit 14ff44f80c09718d43d853363941457f5468cc03. -- Simon Riggs http://www.EnterpriseDB.com/
Commits
-
Used optimized linear search in more code paths
- 14ff44f80c09 16.0 cited
-
Add subxid-overflow "isolation" test
- 0e733278e346 16.0 landed