Re: Increase value of OUTER_VAR
Andrei Lepikhov <a.lepikhov@postgrespro.ru>
From: "Andrey V. Lepikhov" <a.lepikhov@postgrespro.ru>
To: Tom Lane <tgl@sss.pgh.pa.us>,
Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-09-14T06:43:03Z
Lists: pgsql-hackers
On 9/11/21 10:37 PM, Tom Lane wrote: > Aleksander Alekseev <aleksander@timescale.com> writes: > (v2 below is a rebase up to HEAD; no actual code changes except > for adjusting the definition of IS_SPECIAL_VARNO.) I have looked at this code. No problems found. Also, as a test, I used two tables with 1E5 partitions each. I tried to do plain SELECT, JOIN, join with plain table. No errors found, only performance issues. But it is a subject for another research. -- regards, Andrey Lepikhov Postgres Professional
Commits
-
Remove arbitrary 64K-or-so limit on rangetable size.
- e3ec3c00d85b 15.0 landed
-
More cleanups of the include files
- 105409746499 7.1.1 cited