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

From Tom Lane
Subject Re: pgsql: Represent Lists as expansible arrays, not chains of cons-cells.
Date
Msg-id 4813.1563283481@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Represent Lists as expansible arrays, not chains ofcons-cells.  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Represent Lists as expansible arrays, not chains ofcons-cells.  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
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

            regards, tom lane



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Represent Lists as expansible arrays, not chains ofcons-cells.
Next
From: Tom Lane
Date:
Subject: pgsql: Redesign the API for list sorting (list_qsort becomeslist_sort)