Re: Symbolic names for the values of typalign and typstorage - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Symbolic names for the values of typalign and typstorage
Date
Msg-id 7701.1583260519@sss.pgh.pa.us
Whole thread Raw
In response to Re: Symbolic names for the values of typalign and typstorage  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Symbolic names for the values of typalign and typstorage  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> On 2020-Mar-03, Tom Lane wrote:
>> I realized that a possible compromise position is to have tupmacs.h
>> include pg_type_d.h, not the whole pg_type.h header, thus dodging the
>> indirect inclusions.  That still brings in the type-OID macros, but
>> it's a lot less header scope creep than I was first fearing.

> WFM.

OK, I'll look harder at doing it that way.

            regards, tom lane



pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: WIP: System Versioned Temporal Table
Next
From: Tomas Vondra
Date:
Subject: Re: [PATCH] Incremental sort