• Andres Freund's avatar
    Fix pg_recvlogical to accept the documented -I instead only --startpos. · bf2e70ba
    Andres Freund authored
    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.
    bf2e70ba
pg_recvlogical.c 23.6 KB