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 04:29:44
Message-ID: CA+HiwqE8vPqLyA2ipzAeZZTcOOx1++fF=WGn5MmUUiAxwh=5dw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 1, 2025 at 11:42 AM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> 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.

Done and backpatched to v16, where the faulty comments were introduced.

--
Thanks, Amit Langote

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-07-01 04:54:24 Re: Typo in pg_stat_activity definition
Previous Message shveta malik 2025-07-01 04:21:08 Re: Logical Replication of sequences