1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00
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:
Alvaro Herrera
2021-11-08 09:17:24 -03:00
parent 98da5cd0d1
commit 7c0a78f089
6 changed files with 6 additions and 6 deletions

View File

@ -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))));