pgsql: Avoid direct cross-module links in hstore_plperl and ltree_plpyt

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid direct cross-module links in hstore_plperl and ltree_plpyt
Date: 2016-10-04 21:49:19
Message-ID: E1brXaR-0006ml-Cd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.

Just turning the crank on the project started in commit d51924be8.
These cases turn out to be exact subsets of the boilerplate needed
for hstore_plpython.

Discussion: <2652(dot)1475512158(at)sss(dot)pgh(dot)pa(dot)us>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eda04886c1e048d695728206504ab4198462168e

Modified Files
--------------
contrib/hstore_plperl/Makefile | 16 +++----
contrib/hstore_plperl/hstore_plperl--1.0.sql | 5 ---
contrib/hstore_plperl/hstore_plperl.c | 54 ++++++++++++++++++++++++
contrib/hstore_plperl/hstore_plperlu--1.0.sql | 5 ---
contrib/ltree_plpython/Makefile | 19 ++++-----
contrib/ltree_plpython/ltree_plpython.c | 29 +++++++++++++
contrib/ltree_plpython/ltree_plpython2u--1.0.sql | 5 ---
contrib/ltree_plpython/ltree_plpython3u--1.0.sql | 5 ---
contrib/ltree_plpython/ltree_plpythonu--1.0.sql | 5 ---
src/tools/msvc/Mkvcbuild.pm | 3 +-
10 files changed, 102 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-10-05 12:23:12 pgsql: Rename WAIT_* constants to PG_WAIT_*.
Previous Message Tom Lane 2016-10-04 20:38:51 pgsql: Huh, we do need to look in $python_configdir for the Python shli