On Thu, 18 Sept 2025 at 09:43, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> The first bad commit is:
>
> commit bb3ec16e14ded1d23a46d3c7e623a965164fa124
> Author: Amit Langote <amitlan(at)postgresql(dot)org>
> Date: Thu Jan 30 11:57:32 2025 +0900
>
> Move PartitionPruneInfo out of plan nodes into PlannedStmt
I think the attached is the correct fix. I also wonder if it's worth
an isolation test to exercise this code.
David