postgresql/src/bin/pgbench
Tom Lane ef26623944 Fix pgbench's failure to honor the documented long-form option "--builtin".
Not only did it not accept --builtin as a synonym for -b, but what it did
accept as a synonym was --tpc-b (huh?), which it got even further wrong
by marking as no_argument, so that if you did try that you got a core
dump.  I suppose this is leftover from some early design for the new
switches added by commit 8bea3d221, but it's still pretty sloppy work.

Per bug #14580 from Stepan Pesternikov.  Back-patch to 9.6 where the
error was introduced.

Report: https://postgr.es/m/20170307123347.25054.73207@wrigleys.postgresql.org
2017-03-07 11:36:42 -05:00
..
t Rework PostgresNode's psql method 2016-03-03 17:58:30 -03:00
.gitignore Call xlc __isync() after, not before, associated compare-and-swap. 2016-02-19 22:47:50 -05:00
Makefile Link libpq after libpgfeutils to satisfy Windows linker. 2016-03-24 20:45:31 -04:00
exprparse.y Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
exprscan.l Allow backslash line continuations in pgbench's meta commands. 2017-01-20 11:10:22 -05:00
pgbench.c Fix pgbench's failure to honor the documented long-form option "--builtin". 2017-03-07 11:36:42 -05:00
pgbench.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00