Jaime Casanova <[email protected]> writes: > I'm compiling HEAD on solaris 10 and i'm getting this warning
> float.c: In function ‘is_infinite’: > float.c:201:2: warning: implicit declaration of function ‘isinf’ > [-Wimplicit-function-declaration] There was a previous discussion of that here: https://www.postgresql.org/message-id/flat/542269E4.40406%40ohmu.fi The discussion seems to have trailed off without any agreement to do anything about it. The concern was basically that turning on C99 mode might cause problems worse than an apparently-harmless warning. regards, tom lane -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
