diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-05-19 01:14:45 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-05-19 01:14:45 +0300 |
commit | c13dc6402b6e99af9a8b7794e44d62deecafc745 (patch) | |
tree | 01a298d489f36f803fc118bb1cfdbfb3f8ef9252 /src/backend/commands/indexcmds.c | |
parent | 0ee391b77a8aef3835a39ecc4856a9ab79936f56 (diff) |
Spell checking and markup refinement
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) { |