]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commit0ce67bce00717d8934b599ab4409e28b33c612ea
tree0337fbc5791b36580f175356590b9436849b8ba2
parenta5e83ad79c282421f32224c5152d6182de34da35
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]