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. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/bf2e70ba6c0175e5a676b6aa37e49915d8918a63 Modified Files -------------- src/bin/pg_basebackup/pg_recvlogical.c | 50 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
