]> granicus.if.org Git - postgresql/commit
Provide for contrib and pgxs modules to install include files.
authorAndrew Gierth <rhodiumtoad@postgresql.org>
Tue, 31 Jul 2018 18:58:39 +0000 (19:58 +0100)
committerAndrew Gierth <rhodiumtoad@postgresql.org>
Tue, 31 Jul 2018 19:07:39 +0000 (20:07 +0100)
commitdf163230b92b79468c241e9480e7fb85b7614440
tree4af57c0a4cc386242af606c39b3ee5a37e41a8da
parentf3eb76b399efb88882b2984fccdefcea540b2749
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
contrib/cube/Makefile
contrib/hstore/Makefile
contrib/isn/Makefile
contrib/ltree/Makefile
contrib/seg/Makefile
doc/src/sgml/extend.sgml
src/makefiles/pgxs.mk
src/tools/msvc/Install.pm