Contents
test_rbtree
A test module for verifying red-black tree operations
test_rbtree
is a test module for checking the correctness of red-black tree operations.
test_rbtree
was added in PostgreSQL 11.
Source
test_rbtree
source is located at src/test/modules/test_rbtree/.
Change history
- PostgreSQL 11
- added (commit 610bbdd8)
References
- Source code README: README