Re: Warnings triggered by recent includefile cleanups

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Warnings triggered by recent includefile cleanups
Date: 2000-07-27 04:26:07
Message-ID: 6767.964671967@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2000-07-27 05:26:20 RE: DELETE/DROP on Columns
Previous Message Alex Pilosov 2000-07-27 04:11:21 Re: mac.c