Re: [HACKERS] PostgreSQL supported platform report and a patch.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: "Billy G. Allie" <Bill.Allie@mug.org>, pgsql-ports@postgresql.org, pgsql-hackers@postgresql.org
Date: 2002-11-07T04:38:28Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: > I am fine with this because it only touches unixware-specific stuff, > except the change to Tom's inline function: > [static] inline Datum > myFunctionCall2(FmgrInfo *flinfo, Datum arg1, Datum arg2) > Tom will have to comment on that. That change would actively break some platforms (see C99 inline specifications). Why is it necessary for SCO? We certainly have plenty of other static inline functions ... regards, tom lane