Re: Fix pg_dump dependency on postgres.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix pg_dump dependency on postgres.h
Дата
Msg-id 24322.1195055643@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fix pg_dump dependency on postgres.h  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Fix pg_dump dependency on postgres.h  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-patches
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Zdenek Kotala wrote:
>> What do you mean "not very portable"? What could be problem there?

> I'm not sure.  My point is that it seems your parse.h requires
> TYPE_IS_DECLARED, but mine doesn't.  What else could be lurking in there
> that requires a specific fix?

The "portability" axis of concern here is portability across different
versions of bison.  ATM I believe we work with everything from 1.875 up,
and I'd be loath to give that up.

I concur with Alvaro that this feels like a kluge rather than a
permanent solution.

            regards, tom lane

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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: Fix pg_dump dependency on postgres.h
Следующее
От: Tom Lane
Дата:
Сообщение: Re: a tsearch2 (8.2.4) dictionary that only filters out stopwords