[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-08T13:07:06Z
Lists: pgsql-hackers
Attachments
- v1-0001-Remove-unused-include-s-in-src-backend-commands.patch (text/x-patch) patch v1-0001
Hi, clangd indicates that certain #include's are redundant. Removing them will speed up the build process a bit. -- Best regards, Aleksander Alekseev