mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Message style fixes
This commit is contained in:
@ -8658,7 +8658,7 @@ CreateCheckPoint(int flags)
|
||||
LWLockRelease(CheckpointLock);
|
||||
END_CRIT_SECTION();
|
||||
ereport(DEBUG1,
|
||||
(errmsg("checkpoint skipped due to an idle system")));
|
||||
(errmsg("checkpoint skipped because system is idle")));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user