Re: BUG #18131: PL/pgSQL: regclass procedure parameter wrongly memoized(?)
Christian Stork <cstork+postgresql@gmail.com>
From: Christian Stork <cstork+postgresql@gmail.com>
To: pgsql-bugs@lists.postgresql.org
Date: 2023-09-22T21:32:15Z
Lists: pgsql-bugs
I forgot to mention that the problem disappears when
call callee('table_name');
is replaced by
table_oid = 'table_name'::regclass;
call callee(table_oid);
-Chris
Commits
-
Collect dependency information for parsed CallStmts.
- dc8d72c1c213 17.0 landed
- 055f786ea6a8 16.1 landed
- fdc7cf73b424 11.22 landed
- 8cfc3e80b612 13.13 landed
- 5cff431bc9b8 14.10 landed
- 4435a8d5dbab 12.17 landed
- 0e59266a5daf 15.5 landed