forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb52b7dc
committed
Refactor code creating PartitionBoundInfo
The code building PartitionBoundInfo based on the constituent partitiondata read from catalogs has been located in partcache.c, with a specificset of routines dedicated to bound types, like sorting or bound datacreation. All this logic is moved to partbounds.c and relocates all thebound-specific logistic into it, with partition_bounds_create() asprincipal entry point.Author: Amit LangoteReviewed-by: Michael Paquier, Álvaro HerreraDiscussion:https://postgr.es/m/3f289da8-6d10-75fe-814a-635e8b191d43@lab.ntt.co.jp1 parent9079fe6 commitb52b7dc
File tree
3 files changed
+661
-549
lines changed- src
- backend
- partitioning
- utils/cache
- include/partitioning
3 files changed
+661
-549
lines changed0 commit comments
Comments
(0)