Re: Fix typo in commens on ExecInsertIndexTuples

2025-06-30 Thread Yugo Nagata
On Tue, 1 Jul 2025 13:29:44 +0900 Amit Langote wrote: > On Tue, Jul 1, 2025 at 11:42 AM Amit Langote wrote: > > Hi Nagata-san, > > > > On Tue, Jul 1, 2025 at 11:02 AM Yugo Nagata wrote: > > > > > > Hi, > > > > > > I found typos in the comments of ExecInsertIndexTuples > > > that mention TUUI_{A

Re: Fix typo in commens on ExecInsertIndexTuples

2025-06-30 Thread Amit Langote
On Tue, Jul 1, 2025 at 11:42 AM Amit Langote wrote: > Hi Nagata-san, > > On Tue, Jul 1, 2025 at 11:02 AM Yugo Nagata wrote: > > > > Hi, > > > > I found typos in the comments of ExecInsertIndexTuples > > that mention TUUI_{All, Summarizing} but they should be > > TU_*. > > > > I've attached a patc

Re: Fix typo in commens on ExecInsertIndexTuples

2025-06-30 Thread Amit Langote
Hi Nagata-san, On Tue, Jul 1, 2025 at 11:02 AM Yugo Nagata 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. --