Re: Hooking into ExplainOneQuery() complicated by missing standard_ExplainOneQuery
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Jelte Fennema-Nio <postgres@jeltef.nl>
Cc: Mats Kindahl <mats@timescale.com>, Andrei Lepikhov <a.lepikhov@postgrespro.ru>, Aleksander Alekseev <aleksander@timescale.com>, pgsql-hackers@lists.postgresql.org
Date: 2024-03-10T23:42:39Z
Lists: pgsql-hackers
On Thu, Mar 07, 2024 at 07:45:01AM +0900, Michael Paquier wrote: > That's nice. You would be able to shave quite a bit of code. If > there are no objections, I propose to apply the change of this thread > to have this standard explain wrapper at the beginning of next week. > If others have any comments, feel free. Well, done as of a04ddd077e61. -- Michael
Commits
-
Improve support for ExplainOneQuery() hook
- a04ddd077e61 17.0 landed