Re: Missing deconstruct_array_builtin usage - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Missing deconstruct_array_builtin usage
Date
Msg-id 73e2eca8-3459-4a3e-aa85-122eda2d47e1@eisentraut.org
Whole thread Raw
In response to Re: Missing deconstruct_array_builtin usage  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Missing deconstruct_array_builtin usage
List pgsql-hackers
On 14.10.24 08:12, Bertrand Drouvot wrote:
>> It seems that src/backend/utils/adt/float.c file still has functions
>> that can use [de]construct_array_builtin(), for example
>> float8_combine(). I think it's an oversight of d746021de1.
> Thanks for looking at it.
> 
> Good catch, please find attached v2 taking care of those. I looked at the
> remaining [de]construct_array() usages and that looks ok to me.

This looks good to me.  I can't think of a reason why it was not 
included in the original patch.




pgsql-hackers by date:

Previous
From: Jakub Wartak
Date:
Subject: Re: allowing extensions to control planner behavior
Next
From: Ilia Evdokimov
Date:
Subject: Re: Use function smgrclose() to replace the loop