Hi, I am looking in Postgresql code for the first time. Specifically in Indexing scheme.
I want to focus on B tree for my testing. Inside access methods in Backend, I found "Index" folder and "Btree" folder but i don't know which code to look for. i want to change something in B tree implementation. Please guide. Regards, Rohit Goyal