-3

Where can i get the PostgreSQL B+ tree implementation?

canolucas
  • 1,482
  • 1
  • 15
  • 32
Pantheo
  • 129
  • 1
  • 8
  • 15

1 Answers1

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