pgsql: Remove incorrect entries in pg_walsummary's getopt_long call. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove incorrect entries in pg_walsummary's getopt_long call.
Date
Msg-id E1svIvf-001b6x-8V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6596a8c8603d31a21d9e21bc342221e0e698fe5e

Modified Files
--------------
src/bin/pg_walsummary/pg_walsummary.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Bump MIN_WINNT for MINGW to clear a build error
Next
From: Fujii Masao
Date:
Subject: pgsql: docs: Enhance the pg_stat_checkpointer view documentation.