Thread
Commits
-
Fix typos in comments
- c67989789cec 19 (unreleased) landed
- eb37fe716a47 18.0 landed
- 98749132e87d 17.6 landed
- d74231839aa3 16.10 landed
-
Fix typo in commens on ExecInsertIndexTuples
Yugo Nagata <nagata@sraoss.co.jp> — 2025-07-01T02:02:16Z
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> -
Re: Fix typo in commens on ExecInsertIndexTuples
Amit Langote <amitlangote09@gmail.com> — 2025-07-01T02:42:07Z
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 -
Re: Fix typo in commens on ExecInsertIndexTuples
Amit Langote <amitlangote09@gmail.com> — 2025-07-01T04:29:44Z
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 -
Re: Fix typo in commens on ExecInsertIndexTuples
Yugo Nagata <nagata@sraoss.co.jp> — 2025-07-01T04:54:28Z
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>