- Notifications
You must be signed in to change notification settings - Fork28
Commit0e2c85d
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 parente961341 commit0e2c85d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3369 | 3369 |
| |
3370 | 3370 |
| |
3371 | 3371 |
| |
3372 |
| - | |
| 3372 | + | |
3373 | 3373 |
| |
3374 | 3374 |
| |
3375 | 3375 |
| |
|
0 commit comments
Comments
(0)