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

>>>>> "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

  1. Fix out-of-tree build for transform modules.

  2. Provide for contrib and pgxs modules to install include files.