diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-05-08 14:29:28 +0300 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-05-08 14:34:26 +0300 |
| commit | cb953d8b1bf7386ff20300cd80b29b7e8657dcbd (patch) | |
| tree | 96f48338b121cb70ab6739dd5b686b3ee0f5f69f /src/test/regress/output/misc.source | |
| parent | 20c00ca668f2c5ca4e7e7afd1bd8faa0909ee527 (diff) | |
| download | postgresql-cb953d8b1bf7386ff20300cd80b29b7e8657dcbd.tar.gz | |
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
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
Diffstat (limited to 'src/test/regress/output/misc.source')
| -rw-r--r-- | src/test/regress/output/misc.source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source index 2dd5b2389e..29cbb22fb8 100644 --- a/src/test/regress/output/misc.source +++ b/src/test/regress/output/misc.source @@ -660,6 +660,7 @@ SELECT user_relns() AS user_relns point_tbl polygon_tbl quad_point_tbl + radix_text_tbl ramp random_tbl real_city @@ -671,7 +672,6 @@ SELECT user_relns() AS user_relns stud_emp student subselect_tbl - suffix_text_tbl t tenk1 tenk2 |
