Fix typo in commens on ExecInsertIndexTuples

Yugo Nagata <nagata@sraoss.co.jp>

From: Yugo Nagata <nagata@sraoss.co.jp>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-07-01T02:02:16Z
Lists: pgsql-hackers

Attachments

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.

Regards,
Yugo Nagata

-- 
Yugo Nagata <nagata@sraoss.co.jp>

Commits

  1. Fix typos in comments