Re: shared-memory based stats collector - Mailing list pgsql-hackers

From Andres Freund
Subject Re: shared-memory based stats collector
Date
Msg-id 20200313170900.oudqri2wlj5ok4q7@alap3.anarazel.de
Whole thread Raw
In response to Re: shared-memory based stats collector  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: shared-memory based stats collector  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Hi,

On 2020-03-13 16:34:50 +0900, Kyotaro Horiguchi wrote:
> Thank you very much!!
> 
> At Thu, 12 Mar 2020 20:13:24 -0700, Andres Freund <andres@anarazel.de> wrote in 
> > Hi,
> > 
> > Thomas, could you look at the first two patches here, and my review
> > questions?
> > 
> > 
> > General comments about this series:
> > - A lot of the review comments feel like I've written them before, a
> >   year or more ago. I feel this patch ought to be in a much better
> >   state. There's a lot of IMO fairly obvious stuff here, and things that
> >   have been mentioned multiple times previously.
> 
> I apologize for all of the obvious stuff or things that have been
> mentioned..  I'll address them.
> 
> > - There's a *lot* of typos in here. I realize being an ESL is hard, but
> >   a lot of these can be found with the simplest spellchecker.  That's
> >   one thing for a patch that just has been hacked up as a POC, but this
> >   is a multi year thread?
> 
> I'll review all changed part again.  I used ispell but I should have
> failed to check much of the changes.
> 
> > - There's some odd formatting. Consider using pgindent more regularly.
> 
> I'll do so.
> 
> > More detailed comments below.
> 
> Thank you very much for the intensive review, I'm going to revise the
> patch according to them.
> 
> > I'm considering rewriting the parts of the patchset that I don't like -
> > but it'll look quite different afterwards.

I take your response to mean that you'd prefer to evolve the patch
largely on your own? I'm mainly asking because I think there's some
chance that we could till get this into v13, but if so we'll have to go
for it now.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: James Coleman
Date:
Subject: Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Next
From: Jeff Davis
Date:
Subject: Re: explain HashAggregate to report bucket and memory stats