Re: Auxiliary Processes and MyAuxProc - Mailing list pgsql-hackers

From Mike Palmiotto
Subject Re: Auxiliary Processes and MyAuxProc
Date
Msg-id CAMN686EB6MJDC2eMy1TES_Mz=UYree6GRFy-U5ob+ONtKDa_GQ@mail.gmail.com
Whole thread Raw
In response to Re: Auxiliary Processes and MyAuxProc  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: Auxiliary Processes and MyAuxProc  (Mike Palmiotto <mike.palmiotto@crunchydata.com>)
List pgsql-hackers
On Wed, Mar 18, 2020 at 10:17 AM Justin Pryzby <pryzby@telsasoft.com> wrote:
>
> On Wed, Mar 18, 2020 at 09:22:58AM -0400, Mike Palmiotto wrote:
> > On Tue, Mar 17, 2020 at 9:04 PM Alvaro Herrera <alvherre@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.
>
> Also, I saw this was failing tests both before and after my rebase.
>
> http://cfbot.cputube.org/
> https://ci.appveyor.com/project/postgresql-cfbot/postgresql/builds/31535161
> https://ci.appveyor.com/project/postgresql-cfbot/postgresql/builds/31386446

Good catch, thanks. Will address this as well in the next round. Just
need to set up a Windows dev environment to see if I can
reproduce/fix.

-- 
Mike Palmiotto
https://crunchydata.com



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: BEFORE ROW triggers for partitioned tables
Next
From: Julien Rouhaud
Date:
Subject: Re: Collation versioning