Support multiple iterators in the Red-Black Tree implementation.
While we don't need multiple iterators at the moment, the interface is nicer and less dangerous this way. Aleksander Alekseev, with some changes by me.
Showing
- src/backend/access/gin/ginbulk.c 2 additions, 2 deletionssrc/backend/access/gin/ginbulk.c
- src/backend/lib/rbtree.c 175 additions, 158 deletionssrc/backend/lib/rbtree.c
- src/include/access/gin_private.h 1 addition, 0 deletionssrc/include/access/gin_private.h
- src/include/lib/rbtree.h 19 additions, 3 deletionssrc/include/lib/rbtree.h
Loading
Please register or sign in to comment