Re: Performance issues with v18 SQL-language-function changes
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Lakhin <exclusion@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@lists.postgresql.org,
Alexander Pyhalov <a.pyhalov@postgrespro.ru>,
Bruce Momjian <bruce@momjian.us>,
Pavel Stehule <pavel.stehule@gmail.com>
Date: 2025-04-30T20:37:16Z
Lists: pgsql-hackers
Alexander Lakhin <exclusion@gmail.com> writes: > Sorry if I've chosen the wrong thread, but starting from 0313c5dc6, > the following script: > ... > crashes the server for me like this: > corrupted size vs. prev_size while consolidating Yup, duplicated here. Thanks for the report! regards, tom lane
Commits
-
Don't use a tuplestore if we don't have to for SQL-language functions.
- e83a8ae44729 18.0 landed
-
Change SQL-language functions to use the plan cache.
- 0dca5d68d7be 18.0 cited
-
contrib/pageinspect: Use SQL-standard function bodies.
- 68ff25eef125 18.0 cited