Re: BYTE_ORDER for contribs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BYTE_ORDER for contribs
Дата
Msg-id 21012.1076376064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BYTE_ORDER for contribs  (strk <strk@keybit.net>)
Список pgsql-hackers
strk <strk@keybit.net> writes:
> Is there a quick way to use the BYTE_ORDER define
> as set by pgsql ? I can't find an "entry point"
> include for it. 

BYTE_ORDER isn't actually used anywhere in the backend, and hasn't been
for a long time, so I wouldn't count on it to be right.

> It's needed for postgis (problems with Solaris BYTE_ORDER).

My recommendation is to rethink your code.  There's usually a way to
avoid having a compile-time dependency.
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Proposed Query Planner TODO items
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CVS HEAD compile failure on Freebsd 4.9