summaryrefslogtreecommitdiff
path: root/src/include/utils/plancache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/plancache.h')
-rw-r--r--src/include/utils/plancache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/utils/plancache.h b/src/include/utils/plancache.h
index 97e58157b7c..110e649fce8 100644
--- a/src/include/utils/plancache.h
+++ b/src/include/utils/plancache.h
@@ -188,6 +188,8 @@ typedef struct CachedExpression
extern void InitPlanCache(void);
extern void ResetPlanCache(void);
+extern void ReleaseAllPlanCacheRefsInOwner(ResourceOwner owner);
+
extern CachedPlanSource *CreateCachedPlan(struct RawStmt *raw_parse_tree,
const char *query_string,
CommandTag commandTag);