Re: Okay, DLLIMPORT is making me crazy

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Okay, DLLIMPORT is making me crazy
Date: 2008-11-14 21:56:19
Message-ID: 21746.1226699779@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Your second go at fixing this seems to have almost worked. Is there a
> reason why, alone of the utility programs, pg_resetxlog.c uses
> postgres.h rather than postgres_fe.h?

It doesn't compile otherwise.

We could possibly refactor the backend includes enough that it could get
the info it needs from frontend-safe headers. I think Zdenek was
working on that awhile back, in fact. For the moment what I'm trying
is to #define FRONTEND anyway ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2008-11-14 21:56:57 Re: "ORDER BY" clause prevents "UPDATE WHERE CURRENT OF"
Previous Message Andrew Dunstan 2008-11-14 21:51:33 Re: Okay, DLLIMPORT is making me crazy