pgsql: Remove unnecessary include of <math.h>

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary include of <math.h>
Date: 2023-12-04 05:41:59
Message-ID: E1rA1iR-008VIT-2s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-12-04 13:04:12 pgsql: Don't use pgbench -j in tests
Previous Message Michael Paquier 2023-12-04 00:55:33 pgsql: Add support for REINDEX in event triggers