summaryrefslogtreecommitdiff
path: root/src/include/executor/executor.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-01-12 19:24:48 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-01-12 19:24:48 +0000
commit158c7f32b497af31943162250b548897a797be72 (patch)
treeb2d9d9014f6acb5d1a4dd72c7c7effabd1bd0b0b /src/include/executor/executor.h
parentb4feb29e0de7b583cbad57b076a9a63b81d12695 (diff)
Use a more bulletproof test for whether finite() and isinf() are present.
It seems that recent gcc versions can optimize away calls to these functions even when the functions do not exist on the platform, resulting in a bogus positive result. Avoid this by using a non-constant argument and ensuring that the function result is not simply discarded. Per report from François Laupretre.
Diffstat (limited to 'src/include/executor/executor.h')
0 files changed, 0 insertions, 0 deletions