Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol

From: "F(dot) Laupretre" <flconseil(at)yahoo(dot)fr>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol
Date: 2006-01-11 21:25:24
Message-ID: ADECLLACEIPMLMCPIGGACEAFCCAA.flconseil@yahoo.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Or maybe, if it is really too smart (able to compute the result at compile time), we could have not to use a constant argument. Something like 'return finite((double)argv) ? 0 : 1'.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-11 21:33:03 Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol
Previous Message F. Laupretre 2006-01-11 21:15:52 Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol