On Sat, Apr 18, 2026 at 06:35:54AM +0900, Michael Paquier wrote:
> At this stage of the release cycle (aka feature freeze is in effect as
> of v19), I'd recommend that you add this patch to the next commit
> fest, so as this could be considered for v20, whose development should
> begin next July. See [1].
>
> [1]: https://commitfest.postgresql.org/59/
I had this one marked for some time, so I have looked at it again and
I think that you are right to rely on the fact that a partition OID
would match with a localreloid, saving from what could be an expensive
sequential scan on a hash table. Applied on HEAD as 0962f9e34439.
--
Michael