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