[PATCH] Borland C Compiler compatibility issues - Mailing list pgsql-hackers

From Pavel Golub
Subject [PATCH] Borland C Compiler compatibility issues
Date
Msg-id fa8615c50904180231r7b94ed4fx71d8fc94c7097c4e@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Here the patch to /src/interfaces/libpq/bcc32.mak attached improving
Borland C++ Compiler compatibility.

Issues described here:
http://pgolub.wordpress.com/2009/04/13/building-postgresql-client-library-using-borland-c-compiler-bcc-under-winxp/

This patch changes order of include folders placing
..\..\include\port\win32_msvc on the first place. Thus
src\include\port\win32_msvc\dirent.h is used instead of incompatible
$(BCB)\include\dirent.h

--
Nullus est in vitae sensus ipsa vera est sensus.

Attachment

pgsql-hackers by date:

Previous
From: Stephen Cook
Date:
Subject: Re: Replacing plpgsql's lexer
Next
From: Hannu Krosing
Date:
Subject: Re: [GENERAL] Performance of full outer join in 8.3