Re: pgsql: Represent Lists as expansible arrays, not chains ofcons-cells. - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Represent Lists as expansible arrays, not chains ofcons-cells.
Date
Msg-id 6bbe4635-1ef4-3435-0986-206b62f8a3bb@dunslane.net
Whole thread Raw
In response to Re: pgsql: Represent Lists as expansible arrays, not chains of cons-cells.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 7/16/19 9:24 AM, Tom Lane wrote:
> Michael Paquier <michael@paquier.xyz> writes:
>> On Mon, Jul 15, 2019 at 05:42:09PM +0000, Tom Lane wrote:
>>> Represent Lists as expansible arrays, not chains of cons-cells.
>> crake is complaining on this one as file_textarray_fdw did not get the
>> call:
>> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2019-07-15 17%3A47%3A31
> Yeah, it looks like it needs an adjustment similar to what I described
> here:
>
> https://www.postgresql.org/message-id/25258.1562023641%40sss.pgh.pa.us
>
>             \



Yeah, done that way.


cheers


andrew




pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Redesign the API for list sorting (list_qsort becomeslist_sort)
Next
From: Tom Lane
Date:
Subject: pgsql: Remove lappend_cell...() family of List functions.