Re: [HACKERS] [COMMITTERS] pgsql: Move "#define inline __inline"

2006-08-09 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Move "#define inline __inline" from port/win32.h to c.h because Win32 > > interface builds like libpq need it. > > Huh? port/win32.h is #included by c.h (as pg_config_os.h), no? > I don't see why it's necessary to clutter c.h with th

Re: [HACKERS] [COMMITTERS] pgsql: Move "#define inline __inline" from port/win32.h to c.h because

2006-08-09 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Move "#define inline __inline" from port/win32.h to c.h because Win32 > interface builds like libpq need it. Huh? port/win32.h is #included by c.h (as pg_config_os.h), no? I don't see why it's necessary to clutter c.h with this platform-specific hack, w