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

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


On 7/16/19 9:24 AM, Tom Lane wrote:
> 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
>
> \

Yeah, done that way.

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-16 17:12:30 pgsql: Remove lappend_cell...() family of List functions.
Previous Message Tom Lane 2019-07-16 16:04:16 pgsql: Clean up some ad-hoc code for sorting and de-duplicating Lists.