Re: A small typo

2022-09-13 Thread Kyotaro Horiguchi
At Wed, 14 Sep 2022 09:19:22 +0530, Amit Kapila wrote in > On Wed, Sep 14, 2022 at 9:10 AM Tom Lane wrote: > > > > Amit Kapila writes: > > > > There are basically two good reasons to back-patch comment changes: > > > > * fear that the comment is wrong enough to mislead people looking > > at th

Re: A small typo

2022-09-13 Thread Amit Kapila
On Wed, Sep 14, 2022 at 9:10 AM Tom Lane wrote: > > Amit Kapila writes: > > There are basically two good reasons to back-patch comment changes: > > * fear that the comment is wrong enough to mislead people looking > at the older branch; > > * fear that leaving it alone will create a merge hazard

Re: A small typo

2022-09-13 Thread Tom Lane
Amit Kapila writes: > On Wed, Sep 14, 2022 at 8:16 AM Kyotaro Horiguchi > wrote: >> I found a small typo in a comment in pgbench.c of 15/master. >> - * Return the number fo failed transactions. >> + * Return the number of failed transactions. > LGTM. +1 >&g

Re: A small typo

2022-09-13 Thread Amit Kapila
On Wed, Sep 14, 2022 at 8:16 AM Kyotaro Horiguchi wrote: > > I found a small typo in a comment in pgbench.c of 15/master. > > - * Return the number fo failed transactions. > + * Return the number of failed transactions. > LGTM. > While at it, I found "* lot fo un

Re: A small typo

2022-09-13 Thread Richard Guo
On Wed, Sep 14, 2022 at 10:46 AM Kyotaro Horiguchi wrote: > I found a small typo in a comment in pgbench.c of 15/master. > > - * Return the number fo failed transactions. > + * Return the number of failed transactions. > > While at it, I found "* lot fo unnec

A small typo

2022-09-13 Thread Kyotaro Horiguchi
I found a small typo in a comment in pgbench.c of 15/master. - * Return the number fo failed transactions. + * Return the number of failed transactions. While at it, I found "* lot fo unnecessary work." in pg13's procsignal.c. It has been fixed by 2a093355aa in PG14 but PG13 wa