aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-05-19 01:14:45 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-05-19 01:14:45 +0300
commitc13dc6402b6e99af9a8b7794e44d62deecafc745 (patch)
tree01a298d489f36f803fc118bb1cfdbfb3f8ef9252 /src/backend/access/gist/gistxlog.c
parent0ee391b77a8aef3835a39ecc4856a9ab79936f56 (diff)
downloadpostgresql-c13dc6402b6e99af9a8b7794e44d62deecafc745.tar.gz
postgresql-c13dc6402b6e99af9a8b7794e44d62deecafc745.zip
Spell checking and markup refinement
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
-rw-r--r--src/backend/access/gist/gistxlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gist/gistxlog.c b/src/backend/access/gist/gistxlog.c
index 51354c1c185..02c4ec3a6f5 100644
--- a/src/backend/access/gist/gistxlog.c
+++ b/src/backend/access/gist/gistxlog.c
@@ -306,7 +306,7 @@ gist_redo(XLogRecPtr lsn, XLogRecord *record)
MemoryContext oldCxt;
/*
- * GIST indexes do not require any conflict processing. NB: If we ever
+ * GiST indexes do not require any conflict processing. NB: If we ever
* implement a similar optimization we have in b-tree, and remove killed
* tuples outside VACUUM, we'll need to handle that here.
*/