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

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

Hi Bharath,

> Thanks for the patch. IMO, this can be discussed in a separate thread
> to get more thoughts from the hackers.

OK, I started a new thread [1], thanks.

Regarding the improvement of the code coverage I realized that this
may be a good patch for a newcomer. I know several people who may be
interested in starting to contribute to PostgreSQL. Maybe I'll be able
to find a volunteer.

[1]: https://www.postgresql.org/message-id/flat/CAJ7c6TM2=08mNKD9aJg8vEY9hd+G4L7+Nvh30UiNT3kShgRgNg(at)mail(dot)gmail(dot)com

--
Best regards,
Aleksander Alekseev

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message rajesh singarapu 2022-11-07 09:46:49 Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()
Previous Message Zhang Mingli 2022-11-07 09:04:18 Re: [patch] Adding an assertion to report too long hash table name