Fix pg_recvlogical to accept the documented -I instead only --startpos.

Andres Freund <andres@anarazel.de>

Commit: bf2e70ba6c0175e5a676b6aa37e49915d8918a63
Author: Andres Freund <andres@anarazel.de>
Date: 2014-05-26T05:25:48Z
Releases: 9.4.0
Fix pg_recvlogical to accept the documented -I instead only --startpos.

The bug was caused by omitting 'I:' from the short argument list to
getopt_long(). To make similar bugs in the future less likely reorder
options in --help, long and short option lists to be in the same,
alphabetical within groups, order.

Report and fix by Michael Paquier, some additional reordering by me.

Files

PathChange+/−
src/bin/pg_basebackup/pg_recvlogical.c modified +25 −25