mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix typo
Introduced in 1d97d3d086
.
Co-authored-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/83641f59-d566-b33e-ef21-a272a98675aa@gmail.com
This commit is contained in:
@ -10383,7 +10383,7 @@ VerifyOverwriteContrecord(xl_overwrite_contrecord *xlrec, XLogReaderState *state
|
||||
(uint32) state->overwrittenRecPtr);
|
||||
|
||||
ereport(LOG,
|
||||
(errmsg("sucessfully skipped missing contrecord at %X/%X, overwritten at %s",
|
||||
(errmsg("successfully skipped missing contrecord at %X/%X, overwritten at %s",
|
||||
(uint32) (xlrec->overwritten_lsn >> 32),
|
||||
(uint32) xlrec->overwritten_lsn,
|
||||
timestamptz_to_str(xlrec->overwrite_time))));
|
||||
|
Reference in New Issue
Block a user