Re: making EXPLAIN extensible

Поиск
Список
Период
Сортировка
От Sami Imseih
Тема Re: making EXPLAIN extensible
Дата
Msg-id CAA5RZ0vOcJF91O2e5AQN+V6guMNLMhJx83dxALf-iUZ-hLGO_Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: making EXPLAIN extensible  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: making EXPLAIN extensible
Re: making EXPLAIN extensible
Список pgsql-hackers
> On Wed, Mar 19, 2025 at 11:38 AM Sami Imseih <samimseih@gmail.com> wrote:
> > ... as I made the hook signature match that of
> > ParseExplainOptionList, so both pstate and the options list
> > are now available to the hook.
>
> This version LGTM, except it's not pgindent-clean.

ugh, sorry about that. ran it for both modified files and it found one
indentation correction from v2.

> index 1d4be3c18ac..8fe1ca5c73e 100644
38c38
< +        (*explain_validate_options_hook) (es, options, pstate);
---
> +        (*explain_validate_options_hook)(es, options, pstate);
59c59
< 2.47.1

v3 attached.


--
Sami Imseih
Amazon Web Services (AWS)

Вложения

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