Re: [PATCH] Planner support function for generate_subscripts()

From: shihao zhong <zhong950419(at)gmail(dot)com>
To: Andrei Lepikhov <lepihov(at)gmail(dot)com>
Cc: Priyanka S <developerette(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Planner support function for generate_subscripts()
Date: 2026-09-14 01:54:37
Message-ID: CAGRkXqTd864p_AvTbBP56-5HeP=MiA99U_UH2mGSub3LxESWoA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

v3 broke the CompilerWarnings CI task. v4 attached fixes that; nothing
else has changed.

Thanks,
Shihao

Attachment Content-Type Size
v4-0001-Add-a-planner-support-function-for-generate_subsc.patch application/octet-stream 21.2 KB
v4-0002-Lower-generate_subscripts-s-prorows-estimate-to-1.patch application/octet-stream 3.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shihao zhong 2026-09-14 02:13:53 Opportunistic pruning is lost under direct io, and nothing shows it
Previous Message Jinqing Kuang 2026-09-14 01:42:13 Re: postgres_fdw: push down FETCH FIRST .. WITH TIES when server version allows