Re: pgsql: Introduce hash_search_with_hash_value() function

Alvaro Herrera <alvherre@alvh.no-ip.org>

From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Alexander Korotkov <aekorotkov@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2024-08-07T17:08:35Z
Lists: pgsql-hackers
On 2024-Aug-07, Robert Haas wrote:

> I really wish there was some way to fix commit messages. I had a typo
> in mine today, too.

We could use git notes.  The UI is a bit inconvenient (they have to be
pushed and pulled separately from commits), but they seem useful enough.

https://initialcommit.com/blog/git-notes

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"This is what I like so much about PostgreSQL.  Most of the surprises
are of the "oh wow!  That's cool" Not the "oh shit!" kind.  :)"
Scott Marlowe, http://archives.postgresql.org/pgsql-admin/2008-10/msg00152.php



Commits

  1. Add a caveat to hash_seq_init_with_hash_value() header comment

  2. Introduce hash_search_with_hash_value() function