Re: [PATCH] Add extra statistics to explain for Nested Loop

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: [PATCH] Add extra statistics to explain for Nested Loop
Дата
Msg-id 20220328232832.GU28503@telsasoft.com
обсуждение исходный текст
Ответ на Re: [PATCH] Add extra statistics to explain for Nested Loop  (Greg Stark <stark@mit.edu>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL/JSON: functions
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: refactoring basebackup.c (zstd workers)