Re: Moving of INT64_FORMAT to c.h - Mailing list pgsql-hackers

From Steve Singer
Subject Re: Moving of INT64_FORMAT to c.h
Date
Msg-id BLU437-SMTP3646A258DDD89E06884246DC920@phx.gbl
Whole thread Raw
In response to Re: Moving of INT64_FORMAT to c.h  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 10/22/2014 04:17 PM, Robert Haas wrote:
>
>> Slonik used to include postgre_fe.h but back in 2011 or so we stopped doing
>> so because it was causing issues (I think on win32 builds)
> That seems like something we ought to consider fixing, but obviously
> we'd need more details.
>
When I'll try to find sometime to get a windows environment running and 
try to figure out what the problems were.
It's also possible that I removed the postgres_fe include at the same 
time as I was fixing other win32 issues and the postgres_fe include 
wasn't causing a problem it was just removed because it was unnecessary.

At the moment slony only includes the server include dir if we are 
building with pgport (which we normally do on windows)
We have had reports of issues like described 
(http://www.slony.info/bugzilla/show_bug.cgi?id=315) where some installs 
make us pick up server and client includes from different versions of PG.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting rid of "accept incoming network connections" prompts on OS X
Next
From: Peter Eisentraut
Date:
Subject: Re: Simplify calls of pg_class_aclcheck when multiple modes are used