On Wed, Sep 14, 2022 at 10:46 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. > > 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. +1. And grep shows no more this kind of typo in source codes in master. $ find . -name "*.[ch]" | xargs grep ' fo ' ./src/bin/pgbench/pgbench.c: * Return the number fo failed transactions. Thanks Richard