Re: Fix a few typos in brin_minmax_multi.c

2021-06-10 Thread Tomas Vondra
On 6/10/21 10:14 AM, David Rowley wrote: On Sat, 5 Jun 2021 at 16:33, David Rowley wrote: During a recent cleanup of brin_minmax_multi.c I noticed a few typos. I've attached a patch to fix these. I ended up finding a few more in mcv.c and push them. Thanks! -- Tomas Vondra EnterpriseDB:

Re: Fix a few typos in brin_minmax_multi.c

2021-06-10 Thread David Rowley
On Sat, 5 Jun 2021 at 16:33, David Rowley wrote: > During a recent cleanup of brin_minmax_multi.c I noticed a few typos. > I've attached a patch to fix these. I ended up finding a few more in mcv.c and push them. David

Fix a few typos in brin_minmax_multi.c

2021-06-04 Thread David Rowley
Hi, During a recent cleanup of brin_minmax_multi.c I noticed a few typos. I've attached a patch to fix these. I originally buried this in [1], but think it's likely better to have a proper thread for it. The patch does change some comments which reference parameter or variable names. I hope that