You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purge potentially created bounds cache entries if build_pathman_relation_info failed.
Otherwise they might contain obsolete data, e.g.
- create range partitioned table T with a couple of partitions
- make pathman forget about it
- create another table P inherited from previously partitioned one, but with no
pathman constraints
- attempt to add_to_pathman_config T as range partitioned table
it will fail as P has no constraint, but might register other partitions in
bounds cache
- now add_to_pathman_config T as hash partitioned table will fail in attempt
to use this cache (part_idx not initialized)
0 commit comments