Re: Convert varatt.h macros to static inline functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Convert varatt.h macros to static inline functions
Date
Msg-id 7fae0fc0-61e3-44b5-9fbd-3abf4290a758@eisentraut.org
Whole thread Raw
In response to Re: Convert varatt.h macros to static inline functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Convert varatt.h macros to static inline functions
Re: Convert varatt.h macros to static inline functions
List pgsql-hackers
On 03.08.25 22:20, Tom Lane wrote:
> It looks like the majority vote is still in favor of writing out
> DatumGetPointer instead of using "_D()" functions, so let's roll
> with that approach.
> 
> I looked through our two versions of the varatt.h changes and
> merged them.  The attached is only cosmetically different from
> yours, I think --- mostly, I kept the comments I'd written.
> 
> I've tested this atop 0001-0005 from [1], and it all seems good.
> I'd like to move along with getting these changes committed, and
> then I'll take another look at the 8-byte-datums-everywhere proposal.

I committed this with the required prerequisite patches.  That concludes 
this thread, I think.  I'll follow up on the remaining work in the 
"Datum as struct" thread, and the work in the "8 byte Datums" thread can 
also continue.




pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: Re: libpq-oauth: a mid-beta naming check
Next
From: Tom Lane
Date:
Subject: Re: Convert varatt.h macros to static inline functions