Re: include compile problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org, Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: include compile problems
Date: 2006-07-14 04:55:28
Message-ID: 7925.1152852928@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Kris Jurka <books(at)ejurka(dot)com> writes:
> The attached patch makes the tree build for me again after the recent
> include changes. This patch still violates the postgres.h before all
> system headers rule and I'm still not sure what changed that broke
> everything, but if people need to get work done this may help.

I think that Bruce thought that <math.h> defines INT_MAX and related
symbols, whereas the spec is perfectly clear that they're in
<limits.h>. However, that's where they are on my machines, and yet CVS
tip is not failing for me. I'm not clear why not... What platform
are you using?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-07-14 04:58:07 Re: include compile problems
Previous Message Bruce Momjian 2006-07-14 04:36:31 Re: include compile problems

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-07-14 04:58:07 Re: include compile problems
Previous Message Bruce Momjian 2006-07-14 04:36:31 Re: include compile problems