Re: pgsql: Introduce hash_search_with_hash_value() function

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: Alexander Korotkov <akorotkov(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Introduce hash_search_with_hash_value() function
Date: 2024-08-07 16:30:18
Message-ID: CA+TgmoaxUist2vuFZ6ofzDcuNcuxVgvN0p3-WYthw9zxyDrqPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Aug 7, 2024 at 11:55 AM Alexander Korotkov <aekorotkov(at)gmail(dot)com> wrote:
> On Wed, Aug 7, 2024 at 3:24 PM Robert Haas <robertmhaas(at)gmail(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-08-07 16:55:07 pgsql: Fix edge case in plpgsql's make_callstmt_target().
Previous Message Alexander Korotkov 2024-08-07 15:55:03 Re: pgsql: Introduce hash_search_with_hash_value() function

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2024-08-07 16:30:53 Re: Add LSN <-> time conversion functionality
Previous Message Fujii Masao 2024-08-07 16:20:57 Re: [Proposal] Add foreign-server health checks infrastructure