postgresql/src/include/partitioning
Michael Paquier b52b7dc250 Refactor code creating PartitionBoundInfo
The code building PartitionBoundInfo based on the constituent partition
data read from catalogs has been located in partcache.c, with a specific
set of routines dedicated to bound types, like sorting or bound data
creation.  All this logic is moved to partbounds.c and relocates all the
bound-specific logistic into it, with partition_bounds_create() as
principal entry point.

Author: Amit Langote
Reviewed-by: Michael Paquier, Álvaro Herrera
Discussion: https://postgr.es/m/3f289da8-6d10-75fe-814a-635e8b191d43@lab.ntt.co.jp
2018-11-14 10:01:49 +09:00
..
partbounds.h Refactor code creating PartitionBoundInfo 2018-11-14 10:01:49 +09:00
partdefs.h Reorganize partitioning code 2018-04-14 21:12:14 -03:00
partprune.h Centralize executor's opening/closing of Relations for rangetable entries. 2018-10-04 14:03:42 -04:00