Make transformAExprIn() return a flattened bool expression directly
cca5507 <cca5507@qq.com>
From: cca5507 <cca5507@qq.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-04-24T06:06:24Z
Lists: pgsql-hackers
Attachments
- v1-0001-Make-transformAExprIn-return-a-flattened-bool-exp.patch (application/octet-stream) patch v1-0001
Hi, Now transformAExprIn() returns a bool expression tree. Attach a patch to make it return a flattened bool expression directly without extra cost. This can reduce some work of the planner. -- Regards, ChangAo Chen