Re: [PATCH] Remove unused #include's in src/backend/commands/*
Aleksander Alekseev <aleksander@tigerdata.com>
From: Aleksander Alekseev <aleksander@tigerdata.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-08T14:30:58Z
Lists: pgsql-hackers
Attachments
- v2-0001-Remove-unused-include-s-in-src-backend-commands.patch (text/x-patch) patch v2-0001
> 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. -- Best regards, Aleksander Alekseev