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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: Represent Lists as expansible arrays, not chains of cons-cells.
Date: 2019-07-16 13:24:41
Message-ID: 4813.1563283481@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Paquier <michael(at)paquier(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-16 16:04:16 pgsql: Redesign the API for list sorting (list_qsort becomes list_sort)
Previous Message Michael Paquier 2019-07-16 05:08:57 Re: pgsql: Represent Lists as expansible arrays, not chains of cons-cells.