Re: Adding doubly linked list type which stores the number of items in the list

Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>

From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>, David Rowley <dgrowleyml@gmail.com>
Date: 2022-11-01T07:55:37Z
Lists: pgsql-hackers
On Mon, Oct 31, 2022 at 8:28 PM Bharath Rupireddy
<bharath.rupireddyforpostgres@gmail.com> wrote:
>
> On Mon, Oct 31, 2022 at 6:58 PM Aleksander Alekseev
> <aleksander@timescale.com> wrote:
> >
> > Hi hackers,
> >
> > > I will take another look at v3 tomorrow and probably mark it RfC.
> >
> > I very much like the patch. While on it:

I took another look at v3 patch today and it looked good to me, hence
marked it RfC - https://commitfest.postgresql.org/40/3967/

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



Commits

  1. Add doubly linked count list implementation