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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [PATCH] Remove unused #include's in src/backend/utils/adt/*
Date: 2025-06-30 10:12:12
Message-ID: e37d11b3-2fde-48ed-877e-b217d3304e8e@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2025-06-30 10:13:45 Report replica identity in pg_publication_tables
Previous Message Antonin Houska 2025-06-30 10:03:42 Re: A concurrent VACUUM FULL?