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

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Move "#define inline __inline" from port/win32.h to c.h because
Date
Msg-id 9149.1155175971@sss.pgh.pa.us
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Move "#define inline __inline"
List pgsql-hackers
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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update
Next
From: Satoshi Nagayasu
Date:
Subject: Re: [PATCHES] pgstattuple extension for indexes