Re: making EXPLAIN extensible
От | Andrei Lepikhov |
---|---|
Тема | Re: making EXPLAIN extensible |
Дата | |
Msg-id | 25642340-0f04-4a19-a332-e6567dd436f6@gmail.com обсуждение исходный текст |
Ответ на | Re: making EXPLAIN extensible (Robert Haas <robertmhaas@gmail.com>) |
Ответы |
Re: making EXPLAIN extensible
|
Список | pgsql-hackers |
On 28/3/2025 14:09, Robert Haas wrote: > On Thu, Mar 27, 2025 at 5:34 PM Andrei Lepikhov <lepihov@gmail.com> wrote: >> I’m afraid to sound like a bore, but I think pg_overexplain should >> include a call into the hook call chain (see attachment). Who knows, >> maybe this extension will be used someday in production? > > Oh, bother, that was a silly mistake on my part. Thanks, committed. I have one additional proposal. I currently use this interface and have noticed that the parameter `option_name` in the RegisterExtensionExplainOption routine is case-sensitive. Since SQL treats our extended options as case-insensitive, it would be beneficial to either add a comment clarifying this behavior or forcedly convert incoming text constant to lowercase. -- regards, Andrei Lepikhov
В списке pgsql-hackers по дате отправления: