Commit 547b6e5
committed
Fix plancache so that any required replanning is done with the same
search_path that was active when the plan was first made. To do this,
improve namespace.c to support a stack of "override" search path settings
(we must have a stack since nested replan events are entirely possible).
This facility replaces the "special namespace" hack formerly used by
CREATE SCHEMA, and should be able to support per-function search path
settings as well.1 parent 4c35ec5 commit 547b6e5
File tree
7 files changed
+389
-113
lines changed- src
- backend
- catalog
- commands
- utils/cache
- include
- catalog
- utils
- test/regress
- expected
- sql
7 files changed
+389
-113
lines changed
0 commit comments