pgsql: Move PartitionDispatchData struct definition to execPartition.c - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Move PartitionDispatchData struct definition to execPartition.c
Date
Msg-id E1g1APO-0004hl-4u@gemulon.postgresql.org
Whole thread Raw
List 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@lab.ntt.co.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Allow concurrent-safe open() and fopen() in frontend codefor Wi
Next
From: Tom Lane
Date:
Subject: pgsql: Fix failure with initplans used conditionally duringEvalPlanQua