Re: allow benign typedef redefinitions (C11) - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: allow benign typedef redefinitions (C11)
Date
Msg-id 202509301435.ogebmcu5s4zm@alvherre.pgsql
Whole thread Raw
In response to Re: allow benign typedef redefinitions (C11)  (Álvaro Herrera <alvherre@kurilemu.de>)
List pgsql-hackers
I happened to realize that we still have one small "layering violation"
in executor/tuptable.h which is currently including htup_details.h for
no reason (I suspect it was a simple mistake in commit 5408e233f066),
and this bleeds via execnodes.h to a lot of places.  Patch 0002 here
removes that and fixes the affected .c files in the minimal way
required.  Patch 0001 is the same as before.

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

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: anonymous unions (C11)
Next
From: Álvaro Herrera
Date:
Subject: Re: anonymous unions (C11)