Re: Fix repetition in hash index documentation

From: David Geier <geidav(dot)pg(at)gmail(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix repetition in hash index documentation
Date: 2025-12-09 13:38:51
Message-ID: 0fc44d80-f936-4acc-a4e3-7374601ac283@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 09.12.2025 02:21, David Rowley wrote:
> On Tue, 9 Dec 2025 at 08:41, David Geier <geidav(dot)pg(at)gmail(dot)com> wrote:
>> Attached patch fixes a repetition in the user-facing hash index
>> documentation and the README.
>
> Thanks. I can take care of that. I'll backpatch to v15 due to the sgml
> docs. The README issue exists in v14, but likely isn't doing enough
> harm to warrant fixing it given that version only has 11 months of
> life left.

Thanks!

--
David Geier

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bilal Yavuz 2025-12-09 13:40:19 Re: Speed up COPY FROM text/CSV parsing using SIMD
Previous Message Daniel Gustafsson 2025-12-09 13:13:32 Re: [PATCH] Update comment in nodeBitmapHeapscan.c