From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: RFC: extensible planner state |
Date: | 2025-10-07 17:19:14 |
Message-ID: | CA+Tgmoao_a9XYK3Rw1JhVQCJcLOesJC2=BxS8pfKkN-sCyNeJg@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Sep 29, 2025 at 9:28 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> Oh, nice, thanks! I'm going to be on vacation the rest of this week so
> I plan to deal with this next week. However, if you feel like
> committing it before then, please feel free.
I committed 0001 and 0002. That left three remaining patches. I merged
your (Tom's) comment changes into the first of those, and here's the
result of that.
--
Robert Haas
EDB: http://www.enterprisedb.com
Attachment | Content-Type | Size |
---|---|---|
v8-0001-Add-ExplainState-argument-to-pg_plan_query-and-pl.patch | application/octet-stream | 13.7 KB |
v8-0003-Add-extension_state-member-to-PlannedStmt.patch | application/octet-stream | 1.5 KB |
v8-0002-Add-planner_setup_hook-and-planner_shutdown_hook.patch | application/octet-stream | 3.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Jacobson | 2025-10-07 17:28:22 | Re: Optimize LISTEN/NOTIFY |
Previous Message | Masahiko Sawada | 2025-10-07 17:17:38 | Re: Add mode column to pg_stat_progress_vacuum |