pgsql: Remove incorrect entries in pg_walsummary's getopt_long call.

Started by Tom Laneover 1 year ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/68e72a2a70f4d84c1c7847b13bcdaef8@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/04c64e3fb35af090c249303b9df0a311f2a07593

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