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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid direct cross-module links in hstore_plperl and ltree_plpyt
Дата
Msg-id E1brXaR-0006ml-Cd@gemulon.postgresql.org
обсуждение исходный текст
Список 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.1475512158@sss.pgh.pa.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(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Huh, we do need to look in $python_configdir for the Python shli
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Rename WAIT_* constants to PG_WAIT_*.