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-02T01:08:38Z
Lists: pgsql-hackers
On Tue, 1 Nov 2022 at 23:19, David Rowley <dgrowleyml@gmail.com> wrote: > If nobody has any objections, I plan to push this tomorrow morning New > Zealand time (around 10 hours from now). Pushed. Thank you both for reviewing this. David
Commits
-
Add doubly linked count list implementation
- 7c335b7a2027 16.0 landed