Re: Patch: Remove gcc dependency in definition of inline functions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Kurt Harriman <harriman@acm.org>
Cc: pgsql-hackers@postgresql.org
Date: 2009-11-29T21:46:29Z
Lists: pgsql-hackers
Kurt Harriman <harriman@acm.org> writes: > (Does anybody still use a C compiler that doesn't support > inline functions?) The question isn't so much that, it's whether the compiler supports inline functions with the same behavior as gcc. At minimum that would require * not generating extra copies of the function * not whining about unreferenced static functions How many compilers have you tested this patch against? Which ones does it actually offer any benefit for? regards, tom lane