pgsql: Move PartitionDispatchData struct definition to execPartition.c

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move PartitionDispatchData struct definition to execPartition.c
Date: 2018-09-15 13:14:46
Message-ID: E1g1APO-0004hl-4u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)lab(dot)ntt(dot)co(dot)jp>
Discussion: https://postgr.es/m/d3fa24c1-bc65-7133-81df-6474387ccc4f@lab.ntt.co.jp

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-15 17:43:08 pgsql: Fix failure with initplans used conditionally during EvalPlanQua
Previous Message Michael Paquier 2018-09-14 22:49:39 Re: pgsql: Allow concurrent-safe open() and fopen() in frontend code for Wi