pgsql: Schema-qualify unnest() in ALTER DATABASE ... RESET

2025-07-31 Thread Tomas Vondra
Schema-qualify unnest() in ALTER DATABASE ... RESET Commit 9df8727c5067 failed to schema-quality the unnest() call in the query used to list the variables in ALTER DATABASE ... RESET. If there's another unnest() function in the search_path, this could cause either failures, or even security issues

pgsql: Schema-qualify unnest() in ALTER DATABASE ... RESET

2025-07-31 Thread Tomas Vondra
Schema-qualify unnest() in ALTER DATABASE ... RESET Commit 9df8727c5067 failed to schema-quality the unnest() call in the query used to list the variables in ALTER DATABASE ... RESET. If there's another unnest() function in the search_path, this could cause either failures, or even security issues