diff options
Diffstat (limited to 'src/backend/commands/indexcmds.c')
-rw-r--r-- | src/backend/commands/indexcmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index b91e4a4bd2b..479db2c3f11 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -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) { |