diff options
author | Andres Freund <andres@anarazel.de> | 2018-07-25 16:23:59 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-07-25 16:23:59 -0700 |
commit | bcafa263ec408ae8e383e389832b2a623900a55c (patch) | |
tree | 2cd4898b0aebf0e7b7d1e93c52b42fc2bba72aec /src/backend/executor | |
parent | 167075be3ab1547e186096bb8e6e448cd8eea5af (diff) | |
download | postgresql-bcafa263ec408ae8e383e389832b2a623900a55c.tar.gz postgresql-bcafa263ec408ae8e383e389832b2a623900a55c.zip |
LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.
Previously the attribute was only checked for external functions
inlined, not "static" functions that had to be inlined as
dependencies.
This isn't really a bug, but makes debugging a bit harder. The new
behaviour also makes more sense. Therefore backpatch.
Author: Andres Freund
Backpatch: 11-, where JIT compilation was added
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions