Re: pgsql: Introduce hash_search_with_hash_value() function - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: Introduce hash_search_with_hash_value() function
Date
Msg-id CA+TgmoaxUist2vuFZ6ofzDcuNcuxVgvN0p3-WYthw9zxyDrqPQ@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Introduce hash_search_with_hash_value() function  (Alexander Korotkov <aekorotkov@gmail.com>)
Responses Re: pgsql: Introduce hash_search_with_hash_value() function
List pgsql-committers
On Wed, Aug 7, 2024 at 11:55 AM Alexander Korotkov <aekorotkov@gmail.com> wrote:
> On Wed, Aug 7, 2024 at 3:24 PM Robert Haas <robertmhaas@gmail.com> wrote:
> > You may have already realized this, but the name of the function the
> > patch adds is not the same as the name that appears in the commit
> > message.
>
> :sigh:
> I didn't realize that before your message.  That would be another item
> for my checklist: ensure entities referenced from commit message and
> comments didn't change their names.

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

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Introduce hash_search_with_hash_value() function
Next
From: Tom Lane
Date:
Subject: pgsql: Fix edge case in plpgsql's make_callstmt_target().