On 12.02.26 03:05, Shinya Kato wrote:
On Sun, Jan 4, 2026 at 4:47 AM Kirill Reshke <[email protected]> wrote:
We also can reflect that our new coding practice is to use table/index
open over relation_open in the commit message (I guess so after[0]).
Thanks for the review. I've updated the commit message.
I don't understand the point of this patch. It changes some
relation_open() calls to table_open(). The only difference of
table_open() is that it checks the relkind. But in these cases, the
relkind was already checked earlier via RangeVarCallbackForPolicy. So
this change has no effect, but it adds extra overhead.