pgsql: Remove --quiet option from pg_amcheck

2021-08-20 Thread Daniel Gustafsson
Remove --quiet option from pg_amcheck Using --quiet in combination with --no-strict-names didn't work as documented, a warning message was still emitted. Since the --quiet flag was working in an unconventional way to other utilities, fix by removing the functionality instead. Backpatch through 14

pgsql: Remove --quiet option from pg_amcheck

2021-08-20 Thread Daniel Gustafsson
Remove --quiet option from pg_amcheck Using --quiet in combination with --no-strict-names didn't work as documented, a warning message was still emitted. Since the --quiet flag was working in an unconventional way to other utilities, fix by removing the functionality instead. Backpatch through 14