File tree 2 files changed +4
-4
lines changed
Filter options
2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -877,11 +877,11 @@ pathman_relcache_hook(Datum arg, Oid relid)
877
877
/* Invalidate PartBoundInfo entry if needed */
878
878
forget_bounds_of_rel (relid );
879
879
880
- /* Invalidate PartParentInfo entry if needed */
881
- forget_parent_of_partition (relid );
882
-
883
880
/* Invalidate PartStatusInfo entry if needed */
884
881
forget_status_of_relation (relid );
882
+
883
+ /* Invalidate PartParentInfo entry if needed */
884
+ forget_parent_of_partition (relid );
885
885
}
886
886
}
887
887
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ forget_status_of_relation(Oid relid)
215
215
{
216
216
/* Find status cache entry for parent */
217
217
psin = pathman_cache_search_relid (status_cache ,
218
- relid , HASH_FIND ,
218
+ ppar -> parent_relid , HASH_FIND ,
219
219
NULL );
220
220
if (psin )
221
221
invalidate_psin_entry (psin );
You can’t perform that action at this time.
0 commit comments