> -----Original Message-----
> From: Bruce Momjian [mailto:[EMAIL PROTECTED] 
> Sent: 16 December 2003 01:17
> To: Ray Aspeitia
> Cc: [EMAIL PROTECTED]
> Subject: Re: [HACKERS] 7.4 include file conflict
> 
> 
> Where are we going on the pgsql/include file conflicts?  
> sqltypes.h is very common on Win32, and decimal.h might be a 
> problem too.  We even have compatlib.h.
> 
> We can tell them to adjust the include path, but what do we do about
> win32 system includes that want the system sqltypes.h?

We could prefix the names as Ray suggested <pgsqltypes.h>, or move them
into a pg subdirectory and change the includes to <pg/sqltypes.h>.

The former is probably less work I'd guess.

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to