Remove incorrect entries in pg_walsummary's getopt_long call.
commit6596a8c8603d31a21d9e21bc342221e0e698fe5e
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Sep 2024 16:06:54 +0000 (30 12:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Sep 2024 16:07:03 +0000 (30 12:07 -0400)
tree3569515a4983d80351e6e60e35e384af0733a664
parent77f1546819818aa740fd8e54427ccb33f507f2cf
Remove incorrect entries in pg_walsummary's getopt_long call.

For some reason this listed "-f" and "-w" as valid switches, though
the code doesn't implement any such thing nor do the docs mention
them.  The effect of this was that if you tried to use one of these
switches, you'd get an unhelpful error message.

Yusuke Sugie

Discussion: https://postgr.es/m/68e72a2a70f4d84c1c7847b13bcdaef8@oss.nttdata.com
src/bin/pg_walsummary/pg_walsummary.c