mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Spell checking and markup refinement
This commit is contained in:
@ -287,7 +287,7 @@ DefineIndex(RangeVar *heapRelation,
|
||||
{
|
||||
/*
|
||||
* Hack to provide more-or-less-transparent updating of old RTREE
|
||||
* indexes to GIST: if RTREE is requested and not found, use GIST.
|
||||
* indexes to GiST: if RTREE is requested and not found, use GIST.
|
||||
*/
|
||||
if (strcmp(accessMethodName, "rtree") == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user