mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
cb953d8b1b
What we have implemented is a radix tree (or a radix trie or a patricia trie), but the docs and code comments incorrectly called it a "suffix tree". Alexander Korotkov