pgsql: Move PartitionDispatchData struct definition to execPartition.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Move PartitionDispatchData struct definition to execPartition.c
Дата
Msg-id E1g0whg-00043a-AW@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/444455c2d9094c70f42706184064a9729906253e

Modified Files
--------------
src/backend/executor/execPartition.c | 30 ++++++++++++++++++++++++++++++
src/include/executor/execPartition.h | 30 +-----------------------------
2 files changed, 31 insertions(+), 29 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve parallel scheduling logic in pg_dump/pg_restore.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Allow concurrent-safe open() and fopen() in frontend codefor Wi