diff options
Diffstat (limited to 'src/include/utils/plancache.h')
| -rw-r--r-- | src/include/utils/plancache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/plancache.h b/src/include/utils/plancache.h index 037edd057b..522020d763 100644 --- a/src/include/utils/plancache.h +++ b/src/include/utils/plancache.h @@ -223,7 +223,8 @@ extern CachedPlan *GetCachedPlan(CachedPlanSource *plansource, extern void ReleaseCachedPlan(CachedPlan *plan, bool useResOwner); extern bool CachedPlanAllowsSimpleValidityCheck(CachedPlanSource *plansource, - CachedPlan *plan); + CachedPlan *plan, + ResourceOwner owner); extern bool CachedPlanIsSimplyValid(CachedPlanSource *plansource, CachedPlan *plan, ResourceOwner owner); |
