Re: some more include removal from headers - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: some more include removal from headers
Date
Msg-id 202604021044.rnr2ympmbghc@alvherre.pgsql
Whole thread Raw
In response to some more include removal from headers  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: some more include removal from headers
List 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

pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: Shared hash table allocations
Next
From: Alexander Korotkov
Date:
Subject: Re: POC: Parallel processing of indexes in autovacuum