Re: [PATCH] Add extra statistics to explain for Nested Loop - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: [PATCH] Add extra statistics to explain for Nested Loop
Date
Msg-id 20220328232832.GU28503@telsasoft.com
Whole thread Raw
In response to Re: [PATCH] Add extra statistics to explain for Nested Loop  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
> > +static void show_loop_info(Instrumentation *instrument, bool isworker,
> > +                          ExplainState *es);
> >
> > I think this should be done as a separate refactoring commit.

Right - the 0001 patch I sent seems independently beneficial, and makes the
changes in 0002 more apparent.  My 0001 could also be applied after the feature
freeze and before branching for v16..



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL/JSON: functions
Next
From: Justin Pryzby
Date:
Subject: Re: refactoring basebackup.c (zstd workers)