Red-Black tree traversal tests
Victor Drobny <v.drobny@postgrespro.ru>
From: Victor Drobny <v.drobny@postgrespro.ru>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2017-07-28T17:39:37Z
Lists: pgsql-hackers
Attachments
- rbtree_test.patch (text/x-diff) patch
Hello, Postgres now has its own red-black tree implementation. This tree has 4 types of traversals. In the attachment, you can find module test that checks the correctness of tree traversal strategies. I hope that someone can find it useful. Thank you for attention! -- ------ Victor Drobny Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Add a test harness for the red-black tree code.
- 610bbdd8acfc 11.0 landed