Re: typo in a comment of restrictinfo.c

2024-12-14 Thread Ryo Kanbayashi
{ "emoji": "😀", "version": 1 }

Re: typo in a comment of restrictinfo.c

2024-12-13 Thread John Naylor
On Sat, Dec 14, 2024 at 8:41 AM Ryo Kanbayashi 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! --