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

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Remove unused #include's in src/backend/commands/*
Date: 2025-10-08 14:30:58
Message-ID: CAJ7c6TPOqocLGp519EN_0ZcAmuPHrS2MCjchFp-mUd4CHt56zQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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

Attachment Content-Type Size
v2-0001-Remove-unused-include-s-in-src-backend-commands.patch text/x-patch 3.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2025-10-08 14:31:24 Re: Optimize LISTEN/NOTIFY
Previous Message Aleksander Alekseev 2025-10-08 14:02:00 [PATCH] Little refactoring of portalcmds.c