diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-11-14 10:01:49 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-11-14 10:01:49 +0900 |
commit | b52b7dc250bba74fbaed685af4a37b450a0e2726 (patch) | |
tree | a420319911c121600e622cbd75b429dfa2a5321c /src/backend/executor/nodeProjectSet.c | |
parent | 9079fe60b2142da6e89403b9a9504e75124c085d (diff) | |
download | postgresql-b52b7dc250bba74fbaed685af4a37b450a0e2726.tar.gz postgresql-b52b7dc250bba74fbaed685af4a37b450a0e2726.zip |
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
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions