On Wed, Sep 14, 2022 at 8:16 AM Kyotaro Horiguchi <horikyota....@gmail.com> 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 unnecessary work." in pg13's > procsignal.c. It has been fixed by 2a093355aa in PG14 but PG13 was > left alone at the time. > I think sometimes we fix typos only in HEAD. I am not sure if we have a clear policy to backpatch such things. -- With Regards, Amit Kapila.