Re: Manipulating complex types as non-contiguous structures in-memory - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Manipulating complex types as non-contiguous structures in-memory
Date
Msg-id 20150514003042.GA9584@alap3.anarazel.de
Whole thread Raw
In response to Re: Manipulating complex types as non-contiguous structures in-memory  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2015-05-13 20:28:52 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > Similarly using inline funcs for AARR_NDIMS/HASNULL does not appear to
> > hamper performance and gets rid of the multiple evaluation risk.
> 
> I'm less excited about that part though.  The original ARR_FOO macros
> mostly have multiple-evaluation risks as well, and that's been totally
> academic so far.

Fair point.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Manipulating complex types as non-contiguous structures in-memory
Next
From: Kouhei Kaigai
Date:
Subject: Re: Triaging the remaining open commitfest items