Re: Cold welcoming message when installing anything because of LLVM bitcode stuff
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org, Michael Paquier <michael@paquier.xyz>
Date: 2018-04-28T18:32:06Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On April 28, 2018 11:05:15 AM PDT, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Close inspection of the >> "make install" output revealed a few other issues, which I hope >> I fixed rather than making things worse. > Broke the llvm enabled part of the bf. Will have a look once I'm home (1.5h), unless you get to it first. Ugh. I'd tried the core code but not contrib. Will look. regards, tom lane
Commits
-
Un-break contrib install with llvm.
- f2bb32dbd6af 11.0 landed
-
Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros.
- bc19b7836215 11.0 landed