diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-28 14:45:39 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-28 14:45:39 -0400 |
commit | f2bb32dbd6af8ec3eb99308289a83b1ff3ca6514 (patch) | |
tree | 144c2c4532bd57b6eec7bd1f20b23380b4cc19bf /contrib/jsonb_plperl/jsonb_plperl.c | |
parent | bc19b7836215b1a847524041a1bd138d7bb5cbef (diff) | |
download | postgresql-f2bb32dbd6af8ec3eb99308289a83b1ff3ca6514.tar.gz |
Un-break contrib install with llvm.
Apparently $(foreach ... $(call install_llvm_module,...)) doesn't work
too well without a blank line ending the install_llvm_module macro.
The previous coding hackishly dodged this problem with some parens,
but that's not really a good solution because make misunderstands
where the command boundaries are that way.
Discussion: https://postgr.es/m/20180428073935.GB1736@paquier.xyz
Diffstat (limited to 'contrib/jsonb_plperl/jsonb_plperl.c')
0 files changed, 0 insertions, 0 deletions