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

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, David Rowley <dgrowleyml(at)gmail(dot)com>
Subject: Re: Adding doubly linked list type which stores the number of items in the list
Date: 2022-11-01 07:55:37
Message-ID: CALj2ACXdNftzxCeRYTr8ga8UMQu4129Tm-h_xbYKoJMvMbhsTA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 31, 2022 at 8:28 PM Bharath Rupireddy
<bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
>
> On Mon, Oct 31, 2022 at 6:58 PM Aleksander Alekseev
> <aleksander(at)timescale(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2022-11-01 08:38:45 Re: SUBTRANS: Minimizing calls to SubTransSetParent()
Previous Message Michael Paquier 2022-11-01 07:41:15 Re: [Refactor]Avoid to handle FORCE_NOT_NULL/FORCE_NULL options when COPY TO