Remove unstable, unnecessary test; fix typo Commit ff9f111bce24 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/[email protected] Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/0ce67bce00717d8934b599ab4409e28b33c612ea Modified Files -------------- src/backend/access/transam/xlog.c | 2 +- src/test/recovery/t/026_overwrite_contrecord.pl | 116 +----------------------- src/test/recovery/t/idiosyncratic_copy | 20 ---- 3 files changed, 3 insertions(+), 135 deletions(-)
