pgsql: Re-export a few of createplan.c's make_xxx() functions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Re-export a few of createplan.c's make_xxx() functions.
Дата
Msg-id E1aen6A-00023V-Vd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Re-export a few of createplan.c's make_xxx() functions.

CitusDB is using these and don't wish to redesign their code right now.
I am not on board with this being a good idea, or a good precedent,
but I lack the energy to fight about it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/570be1f73f385abb557bda15b718d7aac616cc15

Modified Files
--------------
src/backend/optimizer/plan/createplan.c | 13 +++----------
src/include/optimizer/planmain.h        |  8 ++++++++
2 files changed, 11 insertions(+), 10 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Allow to trigger kernel writeback after a configurable number of
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Include portability/mem.h into fd.c for MAP_FAILED.