remove XYZ_MAX redefinitions

Поиск
Список
Период
Сортировка
От Neil Conway
Тема remove XYZ_MAX redefinitions
Дата
Msg-id 1142024212.8847.62.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: remove XYZ_MAX redefinitions  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
The attached patch deletes a few places that attempted to define
INT_MAX, SCHAR_MAX, and the like if they were not previously defined.
All these constants must be defined by limits.h according to C89, so I
think we can safely assume they are provided.

I'll apply this later today, barring any objections.

-Neil


Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: variance aggregates per SQL:2003
Следующее
От: Neil Conway
Дата:
Сообщение: Re: remove XYZ_MAX redefinitions