Thread
Commits
-
Fix typo
- c72ca3ddec15 18.0 landed
-
typo in a comment of restrictinfo.c
Ryo Kanbayashi <kanbayashi.dev@gmail.com> — 2024-12-14T01:41:26Z
Hi everyone, I found a typo in comment of restrictinfo.c line 99. ( https://github.com/postgres/postgres/blob/master/src/backend/optimizer/util/restrictinfo.c#L99 ) Not 'construcitng' but 'constructing' ? -- Best regards, Ryo Kanbayashi kanbayashi.dev@gmail.com https://github.com/ryogrid
-
Re: typo in a comment of restrictinfo.c
John Naylor <johncnaylorls@gmail.com> — 2024-12-14T03:00:03Z
On Sat, Dec 14, 2024 at 8:41 AM Ryo Kanbayashi <kanbayashi.dev@gmail.com> wrote: > > Hi everyone, > > I found a typo in comment of restrictinfo.c line 99. > ( https://github.com/postgres/postgres/blob/master/src/backend/optimizer/util/restrictinfo.c#L99 > ) > > Not 'construcitng' but 'constructing' ? Pushed, thanks! -- John Naylor Amazon Web Services
-
Re: typo in a comment of restrictinfo.c
Ryo Kanbayashi <kanbayashi.dev@gmail.com> — 2024-12-14T11:42:01Z
😀 Ryo Kanbayashi reacted via Gmail <https://www.google.com/gmail/about/?utm_source=gmail-in-product&utm_medium=et&utm_campaign=emojireactionemail#app> On Sat, Dec 14, 2024 at 12:00 PM John Naylor <johncnaylorls@gmail.com> wrote: > On Sat, Dec 14, 2024 at 8:41 AM Ryo Kanbayashi <kanbayashi.dev@gmail.com> > wrote: > > > > Hi everyone, > > > > I found a typo in comment of restrictinfo.c line 99. > > ( > https://github.com/postgres/postgres/blob/master/src/backend/optimizer/util/restrictinfo.c#L99 > > ) > > > > Not 'construcitng' but 'constructing' ? > > Pushed, thanks! > > -- > John Naylor > Amazon Web Services >