Should contrib modules install .h files?
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: pgsql-hackers@postgresql.org
Date: 2018-07-01T18:23:03Z
Lists: pgsql-hackers
So I have this immediate problem: a PGXS build of a module, specifically an hstore transform for a non-core PL, is much harder than it should be because it has no way to get at hstore.h since that file is never installed anywhere. Should that be changed? -- Andrew (irc:RhodiumToad)
Commits
-
Fix out-of-tree build for transform modules.
- f1ca5a654d5d 11.0 landed
- 60f6756f9225 12.0 landed
-
Provide for contrib and pgxs modules to install include files.
- df163230b92b 12.0 landed
- d06eebce5fa4 11.0 landed