Re: Fix typo in commens on ExecInsertIndexTuples

Amit Langote <amitlangote09@gmail.com>

From: Amit Langote <amitlangote09@gmail.com>
To: Yugo Nagata <nagata@sraoss.co.jp>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-07-01T02:42:07Z
Lists: pgsql-hackers
Hi Nagata-san,

On Tue, Jul 1, 2025 at 11:02 AM Yugo Nagata <nagata@sraoss.co.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



Commits

  1. Fix typos in comments