forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit547b6e5
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 byCREATE SCHEMA, and should be able to support per-function search pathsettings as well.1 parent4c35ec5 commit547b6e5
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 changed0 commit comments
Comments
(0)