mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
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