Fix typo in commens on ExecInsertIndexTuples

Started by Yugo Nagata10 months ago4 messageshackers
Jump to latest
#1Yugo Nagata
nagata@sraoss.co.jp

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>

Attachments:

fix_commens_on_ExecInsertIndexTuples.patchtext/x-diff; name=fix_commens_on_ExecInsertIndexTuples.patchDownload+2-2
#2Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
In reply to: Yugo Nagata (#1)
Re: Fix typo in commens on ExecInsertIndexTuples

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

#3Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
In reply to: Amit Langote (#2)
Re: Fix typo in commens on ExecInsertIndexTuples

On Tue, Jul 1, 2025 at 11:42 AM Amit Langote <amitlangote09@gmail.com> wrote:

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.

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

--
Thanks, Amit Langote

#4Yugo Nagata
nagata@sraoss.co.jp
In reply to: Amit Langote (#3)
Re: Fix typo in commens on ExecInsertIndexTuples

On Tue, 1 Jul 2025 13:29:44 +0900
Amit Langote <amitlangote09@gmail.com> wrote:

On Tue, Jul 1, 2025 at 11:42 AM Amit Langote <amitlangote09@gmail.com> wrote:

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.

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

Thanks!

Regards,
Yugo Nagata

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