Hi, On Fri, Dec 24, 2021 at 2:06 AM Максим Орлов <orlo...@gmail.com> wrote: > > Thanks for your review! Fixed all these remaining things from patch v6. > PFA v7 patch.
The cfbot reports that you have mixed declarations and code (https://cirrus-ci.com/task/6407449413419008): [17:21:26.926] pg_amcheck.c: In function ‘main’: [17:21:26.926] pg_amcheck.c:634:4: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [17:21:26.926] 634 | int vmaj = 0, [17:21:26.926] | ^~~