Re: Moving of INT64_FORMAT to c.h

From: Steve Singer <steve(at)ssinger(dot)info>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Jan Wieck <jan(at)wi3ck(dot)info>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Moving of INT64_FORMAT to c.h
Date: 2014-10-23 01:10:07
Message-ID: BLU437-SMTP3646A258DDD89E06884246DC920@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2014-10-23 01:45:52 Re: Simplify calls of pg_class_aclcheck when multiple modes are used
Previous Message Tom Lane 2014-10-23 01:02:43 Re: Getting rid of "accept incoming network connections" prompts on OS X