[PATCH] Add row estimate tests for unnest() and integer generate_series()

From: shihao zhong <zhong950419(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] Add row estimate tests for unnest() and integer generate_series()
Date: 2026-08-31 02:21:21
Message-ID: CAGRkXqSO0R0zpF62xgMrp4D79sX36b3Ad650Gbvxo6eUHxXVTQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

The support functions for unnest() and the integer variants of
generate_series() have no regression tests for their row estimates.

They were added in v12, before planner_est.sql existed. The numeric
and timestamp variants got tests together with their support
functions.

The attached patch adds sections for both, following the existing
style. Test changes only.

Thanks,
Shihao

Attachment Content-Type Size
0001-Add-row-estimate-tests-for-the-older-SRF-support-fun.patch application/octet-stream 13.3 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2026-08-31 02:39:19 Report relation extension blockers within parallel lock groups
Previous Message shihao zhong 2026-08-31 02:04:00 [PATCH] Planner support function for generate_subscripts()