|
◆ compareFloat8()
int compareFloat8 |
( |
const void * |
a, |
|
|
const void * |
b |
|
) |
| |
Comparator for qsort for double values.
- Note
- We don't need to use the floating point macros in here, because this is only going to be used in a place to affect the performance of the index, not the correctness.
|