pgsql: Add "inline" compile fix for MSVC/BCC: #define inline __inline

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add "inline" compile fix for MSVC/BCC: #define inline __inline
Date: 2006-05-30 12:43:33
Message-ID: 20060530124333.068CC9FA61D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add "inline" compile fix for MSVC/BCC:

#define inline __inline

Backpatch to 8.1.X.

Hiroshi Saito

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/include:
pg_config.h.win32 (r1.22.2.6 -> r1.22.2.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.win32.diff?r1=1.22.2.6&r2=1.22.2.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-05-30 12:56:45 pgsql: Re-defines SHA2 symbols so that they would not conflict with
Previous Message Bruce Momjian 2006-05-30 12:43:28 pgsql: Add "inline" compile fix for MSVC/BCC: #define inline __inline