Move PartitionDispatchData struct definition to execPartition.c There's no reason to expose the struct definition, so don't.
Author: Amit Langote <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6b78231d918bba1b99d15e0bf19753bd8f826222 Modified Files -------------- src/backend/executor/execPartition.c | 30 ++++++++++++++++++++++++++++++ src/include/executor/execPartition.h | 30 +----------------------------- 2 files changed, 31 insertions(+), 29 deletions(-)
