mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Message style and spelling improvements
This commit is contained in:
@ -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.")));
|
||||
|
||||
/*
|
||||
|
@ -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.")));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user