"Rocco Altier" <[EMAIL PROTECTED]> writes:
> If I move <math.h> down after "postgres.h" in nodeHash.c, the problem
> goes away.

Bruce, you broke it.  Have you forgotten the fundamental inclusion rule?
postgres.h (or postgres_fe.h, or c.h) first, then system headers, then
our own other headers.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to