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

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-01T10:19:08Z
Lists: pgsql-hackers
On Tue, 1 Nov 2022 at 20:55, Bharath Rupireddy
<bharath.rupireddyforpostgres@gmail.com> wrote:
> I took another look at v3 patch today and it looked good to me, hence
> marked it RfC - https://commitfest.postgresql.org/40/3967/

Many thanks for reviewing this.

If nobody has any objections, I plan to push this tomorrow morning New
Zealand time (around 10 hours from now).

David



Commits

  1. Add doubly linked count list implementation