Re: Should contrib modules install .h files?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Stephen Frost <sfrost@snowman.net>,
Andrew Gierth <andrew@tao11.riddles.org.uk>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
pgsql-hackers@postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2018-07-23T04:15:53Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > On Sun, Jul 22, 2018 at 09:42:08PM -0400, Stephen Frost wrote: >> So, +1 from me for having a directory for each extension. > So, like Stephen, that's a +1 from me. Same here. One-file-per-extension is too strongly biased to tiny extensions (like most of our contrib examples). I don't have a real strong opinion on whether it's too late to push this into v11. I do not think it'd break anything other than packagers' lists of files to be installed ... but it does seem like a new feature, and we're past feature freeze. regards, tom lane
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