Put new command-line option into sensible order in help output We have two existing conventions for long options: either alphabetical among short options, or all long options after all the short options. But the convention apparently used here, next to a functionally related option, is not one of them.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2434d60a2ae977a460eda401fd9f99cf619f4743 Modified Files -------------- doc/src/sgml/ref/pg_waldump.sgml | 62 ++++++++++++++++++++-------------------- src/bin/pg_waldump/pg_waldump.c | 3 +- 2 files changed, 32 insertions(+), 33 deletions(-)