Re: Should contrib modules install .h files?
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Andrew Gierth <andrew@tao11.riddles.org.uk>
Cc: Michael Paquier <michael@paquier.xyz>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2018-07-23T01:47:22Z
Lists: pgsql-hackers
Greetings, * Andrew Gierth (andrew@tao11.riddles.org.uk) wrote: > >>>>> "Michael" == Michael Paquier <michael@paquier.xyz> writes: > > >> No response to my followup to you in 2+ weeks. Last call? > > Michael> FWIW, I don't have any objections with experimenting on HEAD, > Michael> but I would vote for letting 11 out of this. > > Why? While I agree that this patch is a good improvements for us to have, it's not something we'd back-patch to released versions and while we can play a little looser with v11 since it's in beta, I tend to agree with Michael that this change isn't really appropriate to include in v11 now that we're in beta. The current situation isn't great, but it's what people are familiar with and may already be expecting in v11. Ideally, we want extension authors and others testing v11 to find actual bugs and breaking things for them post feature-freeze and beta release isn't going to encourage them to play with beta versions in the future, meaning we'll end up with folks waiting until the release to do testing and end up with a poorer release for it. Thanks! Stephen
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