Re: some more include removal from headers

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: some more include removal from headers
Date: 2026-04-02 10:52:13
Message-ID: 202604021044.rnr2ympmbghc@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Here's low-hanging fruit I noticed while eyeballing a patch in the
commitfest. This removes pg_publication.h from utils/rel.h, which is
really nice because pg_publication includes objectaddress.h which in
turn includes parsenodes.h (an absolute disaster we have there, harder
to cleanup; not in the mood). But this here is nice and well contained.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

Attachment Content-Type Size
0001-Don-t-include-catalog-publication.h-in-utils-rel.h.patch text/x-diff 5.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2026-04-02 11:02:40 Re: POC: Parallel processing of indexes in autovacuum
Previous Message Matthias van de Meent 2026-04-02 10:24:29 Re: Shared hash table allocations