Re: [PATCH] Remove unused #include's in src/backend/utils/adt/*

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-06-30T10:12:12Z
Lists: pgsql-hackers
On 16.06.25 16:20, Aleksander Alekseev wrote:
>> The removals of <math.h> bother me a bit; I believe those used
>> to be necessary on some platforms.  Maybe nowadays everybody is
>> close enough to POSIX that you can safely extrapolate from what
>> clangd says on your own machine, but it's not zero-risk.
> 
> Sounds good to me, let's keep <math.h>.

committed




Commits

  1. Remove unused #include's in src/backend/utils/adt/*