mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Assorted message style improvements
This commit is contained in:
@ -661,7 +661,7 @@ spgFormInnerTuple(SpGistState *state, bool hasPrefix, Datum prefix,
|
||||
if (size > SPGIST_PAGE_CAPACITY - sizeof(ItemIdData))
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED),
|
||||
errmsg("SPGiST inner tuple size %lu exceeds maximum %lu",
|
||||
errmsg("SP-GiST inner tuple size %lu exceeds maximum %lu",
|
||||
(unsigned long) size,
|
||||
(unsigned long) (SPGIST_PAGE_CAPACITY - sizeof(ItemIdData))),
|
||||
errhint("Values larger than a buffer page cannot be indexed.")));
|
||||
|
@ -6355,7 +6355,7 @@ StartupXLOG(void)
|
||||
{
|
||||
if (dbstate_at_startup != DB_IN_ARCHIVE_RECOVERY)
|
||||
ereport(FATAL,
|
||||
(errmsg("backup_label contains inconsistent data with control file"),
|
||||
(errmsg("backup_label contains data inconsistent with control file"),
|
||||
errhint("This means that the backup is corrupted and you will "
|
||||
"have to use another backup for recovery.")));
|
||||
ControlFile->backupEndPoint = ControlFile->minRecoveryPoint;
|
||||
|
Reference in New Issue
Block a user