From: | Andrew Gierth <rhodiumtoad(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Provide for contrib and pgxs modules to install include files. |
Date: | 2018-07-31 20:15:04 |
Message-ID: | E1fkb2u-000690-FT@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Provide for contrib and pgxs modules to install include files.
This allows out-of-tree PLs and similar code to get access to
definitions needed to work with extension data types.
The following existing modules now install headers: contrib/cube,
contrib/hstore, contrib/isn, contrib/ltree, contrib/seg.
Discussion: https://postgr.es/m/87y3euomjh.fsf%40news-spur.riddles.org.uk
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/df163230b92b79468c241e9480e7fb85b7614440
Modified Files
--------------
contrib/cube/Makefile | 2 ++
contrib/hstore/Makefile | 2 ++
contrib/isn/Makefile | 3 +++
contrib/ltree/Makefile | 2 ++
contrib/seg/Makefile | 2 ++
doc/src/sgml/extend.sgml | 28 ++++++++++++++++++++++++--
src/makefiles/pgxs.mk | 50 +++++++++++++++++++++++++++++++++++++++++++++++
src/tools/msvc/Install.pm | 43 ++++++++++++++++++++++++++++++++++++++++
8 files changed, 130 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2018-07-31 22:10:22 | pgsql: pg_upgrade: fix --check for live source server checks |
Previous Message | Alvaro Herrera | 2018-07-31 17:21:49 | Re: New Defects reported by Coverity Scan for PostgreSQL |