Re: Fix typo in commens on ExecInsertIndexTuples

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix typo in commens on ExecInsertIndexTuples
Date: 2025-07-01 02:42:07
Message-ID: CA+HiwqFd0y956id_tL73BFkjr+4XdTpFbpWNSR=m9bBUS6HNdg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Nagata-san,

On Tue, Jul 1, 2025 at 11:02 AM Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> wrote:
>
> Hi,
>
> I found typos in the comments of ExecInsertIndexTuples
> that mention TUUI_{All, Summarizing} but they should be
> TU_*.
>
> I've attached a patch to fix it.

Good catch and thanks for the patch. Will push shortly.

--
Thanks, Amit Langote

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ajin Cherian 2025-07-01 02:50:41 Re: Restrict publishing of partitioned table with a foreign table as partition
Previous Message Robert Haas 2025-07-01 02:15:02 Re: back-patch documentation for age() and mxid_age()