Tom Lane e08ab7c312 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
2010-02-13 02:34:16 +00:00
..
2009-07-02 18:55:40 +00:00
2009-04-09 21:33:02 +00:00
2009-07-02 18:55:40 +00:00
2009-12-15 22:59:55 +00:00