Re: pgsql: Introduce hash_search_with_hash_value() function
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Robert Haas <robertmhaas@gmail.com>, Alexander Korotkov <aekorotkov@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2024-08-07T17:15:19Z
Lists: pgsql-hackers
On Wed, Aug 07, 2024 at 01:08:35PM -0400, Alvaro Herrera wrote: > 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. Yeah, I spend a lot of time on commit messages because they're pretty much written in stone once pushed. I'd definitely use git notes to add errata, follow-up commits that fixed/reverted things, etc. -- nathan
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