Re: Use bsearch() instead of a manual binary search in syscache.c

From: Antonin Houska <ah(at)cybertec(dot)at>
To: cca5507(at)qq(dot)com
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Use bsearch() instead of a manual binary search in syscache.c
Date: 2025-11-08 12:12:31
Message-ID: 5519.1762603951@localhost
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

cca5507 <cca5507(at)qq(dot)com> wrote:

> I make a patch for the $subject, which make the code simpler, thoughts?

I proposed something like that earlier [1] but did not get too far. The short
discussion might be useful for you though.

[1] https://www.postgresql.org/message-id/36977.1720623613@antos

--
Antonin Houska
Web: https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2025-11-08 12:59:21 Re: Optimize LISTEN/NOTIFY
Previous Message Alexander Korotkov 2025-11-08 11:33:08 Re: Add tab completion support for WAIT FOR command