diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-02-13 02:34:16 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-02-13 02:34:16 +0000 |
commit | e08ab7c3127c10d419e91072c68e1bfeaab025b8 (patch) | |
tree | 8e46dc2510ed865e15b6a56fbf93bdbb10deb07e /src/backend/commands/dbcommands.c | |
parent | b95a720a487b5027af1b9e4a12542800598ff5de (diff) | |
download | postgresql-e08ab7c3127c10d419e91072c68e1bfeaab025b8.tar.gz postgresql-e08ab7c3127c10d419e91072c68e1bfeaab025b8.zip |
Support inlining various small performance-critical functions on non-GCC
compilers, by applying a configure check to see if the compiler will accept
an unreferenced "static inline foo ..." function without warnings. It is
believed that such warnings are the only reason not to declare inlined
functions in headers, if the compiler understands "inline" at all.
Kurt Harriman
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions