Re: Added prosupport function for estimating numeric generate_series rows
songjinzhou <tsinghualucky912@foxmail.com>
From: songjinzhou <tsinghualucky912@foxmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, David Rowley <dgrowleyml@gmail.com>
Cc: Dean Rasheed <dean.a.rasheed@gmail.com>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>, japinli <japinli@hotmail.com>
Date: 2024-11-29T05:50:24Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add a planner support function for numeric generate_series().
- 97173536ed4b 18.0 landed
Attachments
- v3_0001-Added-prosupport-function-for-estimating-numeric-gen.patch (application/octet-stream) patch v3-0001
> This sort of stuff is best addressed by running the code through > pgindent, rather than fixing it manually. Usually we don't insist > on submitters getting it right; the committer should pgindent it. Hello, thank you and David Rowley for your comments. I have used pgindent to adjust the code format and added comments and missing regression test cases. Here is the patch of version v3. I look forward to your reply. Thank you very much! Regards, Song Jinzhou