mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Remove unstable, unnecessary test; fix typo
Commit ff9f111bce
added some test code that's unportable and doesn't
add meaningful coverage. Remove it rather than try and get it to work
everywhere.
While at it, fix a typo in a log message added by the aforementioned
commit.
Backpatch to 14.
Discussion: https://postgr.es/m/3000074.1632947632@sss.pgh.pa.us
This commit is contained in:
@ -10598,7 +10598,7 @@ VerifyOverwriteContrecord(xl_overwrite_contrecord *xlrec, XLogReaderState *state
|
||||
LSN_FORMAT_ARGS(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",
|
||||
LSN_FORMAT_ARGS(xlrec->overwritten_lsn),
|
||||
timestamptz_to_str(xlrec->overwrite_time))));
|
||||
|
||||
|
Reference in New Issue
Block a user