Re: make additional use of optimized linear search routines

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make additional use of optimized linear search routines
Date: 2022-09-22 00:52:57
Message-ID: Yyux6RoFIOWYgClk@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 21, 2022 at 02:28:08PM +0800, Richard Guo wrote:
> 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.

I have been looking at a couple of simple patterns across the tree but
no luck here either. Well, if someone spots something, it could
always be done later. For now I have applied the bits discussed on
this thread.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-09-22 01:12:04 Re: pg_basebackup --create-slot-if-not-exists?
Previous Message Michael Paquier 2022-09-22 00:46:26 Re: pg_basebackup --create-slot-if-not-exists?