Re: Added prosupport function for estimating numeric generate_series rows
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <dgrowleyml@gmail.com>
Cc: 孤傲小二~阿沐 <tsinghualucky912@foxmail.com>, Dean Rasheed <dean.a.rasheed@gmail.com>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>, japinli <japinli@hotmail.com>
Date: 2024-11-28T22:44:06Z
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
David Rowley <dgrowleyml@gmail.com> writes: > Also a few minor things: > * Missing space after "if" > + if(arg3) > * We always have an empty line after variable declarations, that's missing in: > + NumericVar q; > + init_var(&q); 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. regards, tom lane