On Tue, Mar 17, 2020 at 9:04 PM Alvaro Herrera <alvhe...@2ndquadrant.com> wrote: > > On 2020-Mar-17, Justin Pryzby wrote: > > > +static PgSubprocess process_types[] = { > > + { > > + .desc = "checker", > > + .entrypoint = CheckerModeMain > > + }, > > + { > > + .desc = "bootstrap", > > + .entrypoint = BootstrapModeMain > > + }, > > Maybe this stuff can be resolved using a technique like rmgrlist.h or > cmdtaglist.h. That way it's not in two separate files.
Great suggestion, thanks! I'll try this out in the next version. -- Mike Palmiotto https://crunchydata.com