mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +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.")));
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user