Remove unstable, unnecessary test; fix typo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 1 Oct 2021 21:03:11 +0000 (18:03 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 1 Oct 2021 21:03:11 +0000 (18:03 -0300)
commitd186d233dfde4afb9dff346e13c8adaf4deec6b3
treeb7fe3dff32d09edff331755f5c17230944d4c472
parent0ded7039fab314afb7cbaf36b52209f253c05539
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/3000074.1632947632@sss.pgh.pa.us
src/backend/access/transam/xlog.c
src/test/recovery/t/026_overwrite_contrecord.pl
src/test/recovery/t/idiosyncratic_copy [deleted file]