Add missing options to pg_regress help() output

Joe Conway <mail@joeconway.com>

Commit: b81eba6a650186dc35b6a1fb8bde320d9c29055d
Author: Joe Conway <mail@joeconway.com>
Date: 2017-10-13T23:06:41Z
Releases: 11.0
Add missing options to pg_regress help() output

A few command line options accepted by pg_regress were not being output
by help(), including --help itself. Add that one, as well as --version
and --bindir, and the corresponding short options for the first two.

We could consider this for backpatching, but it did not seem worthwhile
and no one else advocated for it, so apply only to master for now.

Author: Joe Conway
Reviewed-By: Tom Lane
Discussion: https://postgr.es/m/dd519469-06d7-2662-83ef-c926f6c4f0f1%40joeconway.com

Files

PathChange+/−
src/test/regress/pg_regress.c modified +31 −27

Discussion