Where can i get the PostgreSQL B+ tree implementation?
Asked
Active
Viewed 475 times
-3
-
2I've heard that Posgres is open source. So maybe you could take a look at the source... – wildplasser Dec 26 '12 at 16:34
1 Answers
0
You can download the source from
http://www.postgresql.org/ftp/source/
As for finding the B+ tree implementation that's an exercise left for you.

Garett
- 16,632
- 5
- 55
- 63