Move PartitionDispatchData struct definition to execPartition.c

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 6b78231d918bba1b99d15e0bf19753bd8f826222
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2018-09-14T22:06:57Z
Releases: 12.0
Move PartitionDispatchData struct definition to execPartition.c

There's no reason to expose the struct definition, so don't.

Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Discussion: https://postgr.es/m/d3fa24c1-bc65-7133-81df-6474387ccc4f@lab.ntt.co.jp

Files

PathChange+/−
src/backend/executor/execPartition.c modified +30 −0
src/include/executor/execPartition.h modified +1 −29

Discussion