diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-22 00:33:20 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-06-22 00:45:34 +0300 |
commit | e2a0cb1a803b8a4a2b705728e13d61e6d2b17a71 (patch) | |
tree | 95c564e77a1d56bd8af0d7a36154fa2d056b7403 /src/backend/access/gist/gist.c | |
parent | ca59dfa6f727fe3bf3a01904ec30e87f7fa5a67e (diff) | |
download | postgresql-e2a0cb1a803b8a4a2b705728e13d61e6d2b17a71.tar.gz |
Message style and spelling improvements
Diffstat (limited to 'src/backend/access/gist/gist.c')
-rw-r--r-- | src/backend/access/gist/gist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index 8227bfdb88..cdb0343d10 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -714,7 +714,7 @@ gistdoinsert(Relation r, IndexTuple itup, Size freespace, GISTSTATE *giststate) ereport(ERROR, (errmsg("index \"%s\" contains an inner tuple marked as invalid", RelationGetRelationName(r)), - errdetail("This is caused by an incomplete page split at crash recovery before upgrading to 9.1."), + errdetail("This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1."), errhint("Please REINDEX it."))); /* |