[HACKERS] [PATCH] Make ExplainBeginGroup()/ExplainEndGroup() public.

Поиск
Список
Период
Сортировка
От Hadi Moshayedi
Тема [HACKERS] [PATCH] Make ExplainBeginGroup()/ExplainEndGroup() public.
Дата
Msg-id CA+_kT_cCew4OKqTL-ueNndEL1jWYu+3e9RdLZP-_WR1KbONzfA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] [PATCH] Make ExplainBeginGroup()/ExplainEndGroup() public.  (Hadi Moshayedi <hadi@citusdata.com>)
Re: [HACKERS] [PATCH] Make ExplainBeginGroup()/ExplainEndGroup()public.  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers
Hello,

The attached patch moves declarations of ExplainBeginGroup()/ExplainEndGroup() from explain.c to explain.h.

This can be useful for extensions that need explain groups in their custom-scan explain output.

For example, Citus uses groups in its custom explain outputs [1]. But it achieves it by having a copy of
ExplainBeginGroup()/ExplainEndGroup() in its source code, which is not the best way.

Please review.
Thanks,
Hadi

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Yugo Nagata
Дата:
Сообщение: Re: [HACKERS] [PATCH] A hook for session start
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [HACKERS] autovacuum can't keep up, bloat just continues to rise