Re: [HACKERS] Red-Black tree traversal tests - Mailing list pgsql-hackers

From Victor Drobny
Subject Re: [HACKERS] Red-Black tree traversal tests
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [HACKERS] Red-Black tree traversal tests  (Aleksander Alekseev <[email protected]>)
Responses Re: [HACKERS] Red-Black tree traversal tests
List pgsql-hackers
Hello,

Thank you for the reviewing.
>> If it's not too much trouble perhaps you could write a few more test 
>> so
>> we would have 100% test coverage for rbtree, could modify it safely 
>> and
>> be sure that it actually works when someone will need the rest of its
>> functionality?

Done. Now all of the functions in rbtree.c are covered.

> Also I would recommend to add your patch to the nearest commitfest [1].
> Otherwise there is a good chance that everyone will forget about it
> quite soon.
> 
> [1]: https://commitfest.postgresql.org/14/

Done. Here is the link: https://commitfest.postgresql.org/14/1225/

Thank you for attention!

-- 
------
Victor Drobny
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-hackers by date:

Previous
From: Alexander Kuzmenkov
Date:
Subject: Re: [HACKERS] Proposal for CSN based snapshots
Next
From: Victor Drobny
Date:
Subject: Re: [HACKERS] Red-Black tree traversal tests