Re: make additional use of optimized linear search routines
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Nathan Bossart <nathandbossart@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-09-21T06:28:08Z
Lists: pgsql-hackers
On Wed, Sep 21, 2022 at 1:40 PM Michael Paquier <michael@paquier.xyz> wrote: > In short, switching those code paths to use the linear search routines > looks like a good thing in the long-term, so I would like to apply > this patch. If you have any comments or objections, please feel > free. Yeah, I agree that the changes in the patch are meaningful even if the performance gain is limited. I wonder if there are other code paths we can replace with the linear search routines. I tried to search for them but no luck. Thanks Richard
Commits
-
Used optimized linear search in more code paths
- 14ff44f80c09 16.0 landed