Re: inline is not ANSI C

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Luis Amigo <lamigo(at)atc(dot)unican(dot)es>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: inline is not ANSI C
Date: 2002-01-29 15:36:15
Message-ID: 14116.1012318575@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Luis Amigo <lamigo(at)atc(dot)unican(dot)es> writes:
> I've noticed that in postgresql 7.2b4 and in some contrib(I've seen
> dbf2pgsql) there are inline variables, I think this is not ANSI code.
> MIPS PRO compilers did not work with inline unless u use API specific
> tools

configure arranges to #define inline as empty if your compiler doesn't
take it. Is that not working as expected in your case?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Trond Eivind =?iso-8859-1?q?Glomsr=F8d?= 2002-01-29 15:38:43 Re: inline is not ANSI C
Previous Message Tom Lane 2002-01-29 15:05:55 Re: Improving backend launch time by preloading relcache