Make transformAExprIn() return a flattened bool expression directly

From: cca5507 <cca5507(at)qq(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Make transformAExprIn() return a flattened bool expression directly
Date: 2026-04-24 06:06:24
Message-ID: tencent_2A6E0E34ED9E42AF0A1D6A6553B465DAF109@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Make-transformAExprIn-return-a-flattened-bool-exp.patch application/octet-stream 2.4 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-04-24 06:11:51 Re: Proposal: Conflict log history table for Logical Replication
Previous Message shveta malik 2026-04-24 05:59:46 Re: Support EXCEPT for TABLES IN SCHEMA publications