Re: pgsql: Introduce hash_search_with_hash_value() function
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Alexander Korotkov <aekorotkov@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2024-08-23T14:49:17Z
Lists: pgsql-hackers
On Thu, Aug 15, 2024 at 5:02 PM Nathan Bossart <nathandbossart@gmail.com> wrote: > On Wed, Aug 07, 2024 at 02:01:30PM -0400, Robert Haas wrote: > > Also, for the notes to be useful, we'd probably need some conventions > > about how we, as a project, want to use them. If everyone does > > something different, the result isn't likely to be all that great. > > What did you have in mind? Would it be sufficient to propose a template > that, once ratified, would be available in the committing checklist [0]? > > [0] https://wiki.postgresql.org/wiki/Committing_checklist Yes, that would suffice. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Add a caveat to hash_seq_init_with_hash_value() header comment
- d0c8cf2a56fa 18.0 landed
-
Introduce hash_search_with_hash_value() function
- d0f020037e19 18.0 cited