]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove --quiet option from pg_amcheck
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 20 Aug 2021 10:44:54 +0000 (12:44 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 20 Aug 2021 10:44:54 +0000 (12:44 +0200)
commit92ce7f527960ca672d2ad70e61442f4e5b3bb641
tree53931a575034ddaebd0042147c098ba17ddf973e
parent88cfcbb79f8064705362d8cfc0dff23d3c16195f
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 where pg_amcheck was introduced.

Bug: 17148
Reported-by: Chen Jiaoqian <chenjq.jy@fujitsu.com>
Reviewed-by: Julien Rouhaud <rjuju123@gmail.com>
Discussion: https://postgr.es/m/17148-b5087318e2b04fc6@postgresql.org
Backpatch-through: 14
doc/src/sgml/ref/pg_amcheck.sgml
src/bin/pg_amcheck/pg_amcheck.c
src/bin/pg_amcheck/t/002_nonesuch.pl
src/bin/pg_amcheck/t/003_check.pl
src/bin/pg_amcheck/t/005_opclass_damage.pl