From a0b5146b25cd5924c5e5107c06b8777eec9f0a2f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 22 Jun 2011 00:33:20 +0300 Subject: Message style and spelling improvements --- src/backend/access/gist/gistvacuum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/gist/gistvacuum.c') 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."))); } } -- cgit v1.2.3