]> 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 18:58:39 +0000 (19:58 +0100)
commitd06eebce5fa4aece311d4042362d1652b484c52c
tree826a01249a89dc3c39b9c1f0b6303942bbd8634a
parenta56c11d44dfcce1cbed3a6ed243ae43e001dfb9f
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