Re: [COMMITTERS] pgsql: Move "#define inline __inline" from port/win32.h to c.h because
От
Tom Lane
Тема
Re: [COMMITTERS] pgsql: Move "#define inline __inline" from port/win32.h to c.h because
Дата
Msg-id
9149.1155175971@sss.pgh.pa.us
Ответ на
pgsql: Move "#define inline __inline" from port/win32.h to c.h because (momjian@postgresql.org (Bruce Momjian))
Список
Дерево обсуждения
Re: [COMMITTERS] pgsql: Move "#define inline __inline" Bruce Momjian <bruce@momjian.us>
momjian@postgresql.org (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, when we have a perfectly fine mechanism for not doing that. regards, tom lane
В списке pgsql-hackers по дате отправления