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

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: Aleksander Alekseev <aleksander@tigerdata.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-08T16:50:34Z
Lists: pgsql-hackers
On Wed, Oct 08, 2025 at 05:30:58PM +0300, Aleksander Alekseev wrote:
>> clangd indicates that certain #include's are redundant. Removing them
>> will speed up the build process a bit.
> 
> OK, cfbot tells me that touching collationcmds.c was a mistake. Here
> is a corrected patch.

Seems reasonable to me.  Most of these seem to be recent additions since
last year's round of IWYU commits.  Any reason to limit this to
src/backend/commands?  Why not tackle the whole tree at once?

-- 
nathan