Re: SQLFunctionCache and generic plans
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Alexander Pyhalov <a.pyhalov@postgrespro.ru>,
Alexander Korotkov <aekorotkov@gmail.com>,
pgsql-hackers@lists.postgresql.org,
Ronan Dunklau <ronan.dunklau@aiven.io>
Date: 2025-03-13T18:29:20Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes: > Maybe interesting change is the change of error message context > QUERY: SELECT public.dep_req2() || ' req3b'. > -CONTEXT: SQL function "dep_req3b" during startup > +CONTEXT: SQL function "dep_req3b" statement 1 I'm not hugely excited about that given that it's just happening in one case. It might be useful to understand exactly why it's changing, but I doubt it's something we need to "fix". regards, tom lane
Commits
-
Fix performance issue in deadlock-parallel isolation test.
- 837cc73af29c 18.0 landed
-
functions.c: copy trees from source_list before parse analysis etc.
- 0f43083d16f4 18.0 landed
-
Fix oversight in commit 0dca5d68d.
- dbd437e670b8 18.0 landed
-
Change SQL-language functions to use the plan cache.
- 0dca5d68d7be 18.0 landed
-
Reordering DISTINCT keys to match input path's pathkeys
- a8ccf4e93a7e 18.0 cited