diff options
author | Andres Freund <andres@anarazel.de> | 2017-10-13 11:44:51 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-10-13 12:16:06 -0700 |
commit | a0247e7a11bb9f5fd55694b594a3906b7bd05881 (patch) | |
tree | bb517538405500988bdad171833e7804f2c8d52f /src/backend/utils/cache/syscache.c | |
parent | d133982d598c7e6208d16cb4fc0b552151796603 (diff) | |
download | postgresql-a0247e7a11bb9f5fd55694b594a3906b7bd05881.tar.gz postgresql-a0247e7a11bb9f5fd55694b594a3906b7bd05881.zip |
Add pg_noinline macro to c.h.
Forcing a function not to be inlined can be useful if it's the
slow-path of a performance critical function, or should be visible in
profiles to allow for proper cost attribution.
Author: Andres Freund
Discussion: https://postgr.es/m/20170914061207.zxotvyopetm7lrrp@alap3.anarazel.de
Diffstat (limited to 'src/backend/utils/cache/syscache.c')
0 files changed, 0 insertions, 0 deletions