Re: Fix a comment in paraminfo_get_equal_hashops

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix a comment in paraminfo_get_equal_hashops
Date: 2023-08-07 06:18:12
Message-ID: CAApHDvrNNey1+=0E+Fj==ofcbPYhq05DLBya5TTzKcXTUWGnCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 4 Aug 2023 at 18:48, Richard Guo <guofenglinux(at)gmail(dot)com> wrote:
> As stated in [1], there is a typo in the comment in
> paraminfo_get_equal_hashops.

> [1] https://www.postgresql.org/message-id/CAMbWs49dEHRPe8poM_K39r2uOsaOZcg+Y0B5a8tF7vW3uVR3mw@mail.gmail.com

Thanks. Pushed.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2023-08-07 06:19:48 Re: Extract numeric filed in JSONB more effectively
Previous Message David Rowley 2023-08-07 06:16:19 Re: Performance degradation on concurrent COPY into a single relation in PG16.