Re: make additional use of optimized linear search routines
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Richard Guo <guofenglinux@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-09-03T01:06:58Z
Lists: pgsql-hackers
On Fri, Sep 02, 2022 at 03:16:11PM -0700, Nathan Bossart wrote: > On Fri, Sep 02, 2022 at 08:15:46PM +0800, Richard Guo wrote: >> +1 for the proposal. I did some simple grep work in the source codes but >> not too much outputs besides the two places addressed in your patches. > > Thanks for taking a look! Ohoh. This sounds like a good idea to me, close to what John has applied lately. I'll take a closer look.. -- Michael
Commits
-
Used optimized linear search in more code paths
- 14ff44f80c09 16.0 landed