Re: Warnings triggered by recent includefile cleanups - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Warnings triggered by recent includefile cleanups
Date
Msg-id 6767.964671967@sss.pgh.pa.us
Whole thread Raw
In response to Re: Warnings triggered by recent includefile cleanups  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> Bruce, does this ring a bell at all?  Unless someone can remember
>> why this change seemed like a good idea, I think I will take Peter's
>> advice...

> I have:

Hm.  Looks like the ifndef MAXINT was the part he actually cared about,
and that's now dead code since we don't use MAXINT anywhere anymore.
So I'll go ahead and simplify it down to just #include <limits.h>.
Thanks.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: mac.c
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: DELETE/DROP on Columns