Re: Use bsearch() instead of a manual binary search in syscache.c - Mailing list pgsql-hackers

From Antonin Houska
Subject Re: Use bsearch() instead of a manual binary search in syscache.c
Date
Msg-id 5519.1762603951@localhost
Whole thread Raw
In response to Use bsearch() instead of a manual binary search in syscache.c  ("cca5507" <cca5507@qq.com>)
Responses Re: Use bsearch() instead of a manual binary search in syscache.c
List pgsql-hackers
cca5507 <cca5507@qq.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



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Add tab completion support for WAIT FOR command
Next
From: "Joel Jacobson"
Date:
Subject: Re: Optimize LISTEN/NOTIFY