Remove unnecessary include of <math.h>
This was probably never necessary. (The header used to use random(),
but that shouldn't require <math.h> either. In any case, that's gone,
too.)
Reviewed-by: Shubham Khanna <Shubham(dot)Khanna(at)fujitsu(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/cff5475d-e0a9-4561-b094-794aa36bd031%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/457428d9e99b6bed6f3aabd596cb882564d1e207
Modified Files
--------------
src/include/optimizer/geqo_random.h | 2 --
1 file changed, 2 deletions(-)