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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-export a few of createplan.c's make_xxx() functions.
Date: 2016-03-12 17:13:07
Message-ID: E1aen6A-00023V-Vd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-12 17:19:30 Re: [COMMITTERS] pgsql: Provide much better wait information in pg_stat_activity.
Previous Message Robert Haas 2016-03-12 16:56:24 Re: [COMMITTERS] pgsql: Only try to push down foreign joins if the user mapping OIDs mat