forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef26623
committed
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 didaccept as a synonym was --tpc-b (huh?), which it got even further wrongby marking as no_argument, so that if you did try that you got a coredump. I suppose this is leftover from some early design for the newswitches added by commit8bea3d2, but it's still pretty sloppy work.Per bug #14580 from Stepan Pesternikov. Back-patch to 9.6 where theerror was introduced.Report:https://postgr.es/m/20170307123347.25054.73207@wrigleys.postgresql.org1 parentaa56671 commitef26623
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3610 | 3610 |
| |
3611 | 3611 |
| |
3612 | 3612 |
| |
3613 |
| - | |
| 3613 | + | |
3614 | 3614 |
| |
3615 | 3615 |
| |
3616 | 3616 |
| |
|
0 commit comments
Comments
(0)