Re: Should contrib modules install .h files?
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
pgsql-hackers@postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2018-07-05T14:25:24Z
Lists: pgsql-hackers
Attachments
- contrib_includes_5.patch (text/x-patch) patch
>>>>> "Andrew" == Andrew Gierth <andrew@tao11.riddles.org.uk> writes: Andrew> Patch with docs (including an example) and Install.pm changes Andrew> (blind). I'll stick this in the open CF to see what cfbot Andrew> thinks of it. Andrew> Meh. Oversight in handling empty or missing vars. Also Andrew> incorrect dir in msvc version. Fixed I hope. Take 3 for the windows version: don't assume the directories exist because contrib install is done before the main include files stuff. -- 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