Re: Configuring for 64-bit integer date/time storage?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Configuring for 64-bit integer date/time storage?
Дата
Msg-id Pine.LNX.4.30.0203261249420.714-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Configuring for 64-bit integer date/time storage?  (Thomas Lockhart <thomas@fourpalms.org>)
Список pgsql-hackers
Thomas Lockhart writes:

> Did you catch the questions on dealing with HAVE_LONG_INT_64,
> HAVE_LONG_LONG_INT_64, and INT64_IS_BUSTED? I'd like to be able to
> enable/disable integer date/time storage in configure, so some notion of
> "do I have some kind of 64 bit integer?" seems to be desirable in
> configure itself.

Is this what you want?

if test "$enable_integer_datetimes" = yes; then if test "$HAVE_LONG_LONG_INT64" != yes && test "$HAVE_LONG_INT64" !=
yes;then   AC_MSG_ERROR([integer datetimes not available due to lack of 64-bit integer type]) fi
 
fi

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Autoconf upgrade
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Autoconf upgrade