pgsql: Remove unnecessary include of <math.h>

Started by Peter Eisentrautover 2 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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.Khanna@fujitsu.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: /messages/by-id/cff5475d-e0a9-4561-b094-794aa36bd031@eisentraut.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(-)