Re: Okay, DLLIMPORT is making me crazy

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Okay, DLLIMPORT is making me crazy
Дата
Msg-id 21746.1226699779@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Okay, DLLIMPORT is making me crazy  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Okay, DLLIMPORT is making me crazy
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: "ORDER BY" clause prevents "UPDATE WHERE CURRENT OF"