Remove unnecessary include of <math.h>

Peter Eisentraut <peter@eisentraut.org>

Commit: 457428d9e99b6bed6f3aabd596cb882564d1e207
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-12-04T05:35:22Z
Releases: 17.0
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: https://www.postgresql.org/message-id/flat/cff5475d-e0a9-4561-b094-794aa36bd031%40eisentraut.org

Files

PathChange+/−
src/include/optimizer/geqo_random.h modified +0 −2

Discussion