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

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Nathan Bossart <nathandbossart(at)gmail(dot)com>
Subject: Re: [PATCH] Remove unused #include's in src/backend/commands/*
Date: 2025-10-09 15:17:15
Message-ID: 202510091509.5m74aaipyub3@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Oct-09, Aleksander Alekseev wrote:

> If the idea is to always have an explicit list of all the includes (no
> indirect ones) I think we may end up with pretty long lists, and I
> don't instantly see value in this to be honest.

It isn't, but the fact that the source is not actually improved in any
way makes the change irrelevant.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"El Maquinismo fue proscrito so pena de cosquilleo hasta la muerte"
(Ijon Tichy en Viajes, Stanislaw Lem)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-10-09 15:19:14 Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Previous Message Andres Freund 2025-10-09 15:10:07 Re: Adding some error context for lock wait failures