Re: Typo in dshash_find() comments

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Typo in dshash_find() comments
Date: 2021-04-20 12:37:16
Message-ID: CABUevEwVYO-YifLGqm7TRn5DDSKGqYKBhLxO75OqFbJwF+3T8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 20, 2021 at 2:16 PM Julien Rouhaud <rjuju123(at)gmail(dot)com> wrote:
>
> Hi,
>
> I just noticed that a comment for dshash_find() mentions:
>
> "caller must not lock a lock already"
>
> Simple patch to rephrase with "hold a lock" attached.

Pushed, thanks.

--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2021-04-20 12:39:48 Re: Typo in dshash_find() comments
Previous Message Masahiko Sawada 2021-04-20 12:26:23 Re: Replication slot stats misgivings