Re: [COMMITTERS] pgsql: Fix pgbench's failure to honor the documentedlong-form option " - Mailing list pgsql-committers

From Fabien COELHO
Subject Re: [COMMITTERS] pgsql: Fix pgbench's failure to honor the documentedlong-form option "
Date
Msg-id alpine.DEB.2.20.1703071850330.12504@lancre
Whole thread Raw
In response to [COMMITTERS] pgsql: Fix pgbench's failure to honor the documented long-form option"  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql: Fix pgbench's failure to honor thedocumented long-form option "
List pgsql-committers
> 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.

Argh, shame on me. I think at some point --tpc-b was an alias for the
default script which then got replaced by builtin + name, but the
implementation did not follow the upgrade:-( Sorry for the result.

--
Fabien.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Invent start_proc parameters for PL/Tcl.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Properly initialize variable.