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/gistvacuum.c | |
parent | ca59dfa6f727fe3bf3a01904ec30e87f7fa5a67e (diff) | |
download | postgresql-e2a0cb1a803b8a4a2b705728e13d61e6d2b17a71.tar.gz postgresql-e2a0cb1a803b8a4a2b705728e13d61e6d2b17a71.zip |
Message style and spelling improvements
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
-rw-r--r-- | src/backend/access/gist/gistvacuum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gist/gistvacuum.c b/src/backend/access/gist/gistvacuum.c index 33e6f341548..50c6270b005 100644 --- a/src/backend/access/gist/gistvacuum.c +++ b/src/backend/access/gist/gistvacuum.c @@ -270,7 +270,7 @@ gistbulkdelete(PG_FUNCTION_ARGS) ereport(LOG, (errmsg("index \"%s\" contains an inner tuple marked as invalid", RelationGetRelationName(rel)), - 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."))); } } |