remove XYZ_MAX redefinitions - Mailing list pgsql-patches

From Neil Conway
Subject remove XYZ_MAX redefinitions
Date
Msg-id 1142024212.8847.62.camel@localhost.localdomain
Whole thread Raw
Responses Re: remove XYZ_MAX redefinitions
List 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


Attachment

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: variance aggregates per SQL:2003
Next
From: Neil Conway
Date:
Subject: Re: remove XYZ_MAX redefinitions