pgsql: Remove unstable, unnecessary test; fix typo

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unstable, unnecessary test; fix typo
Date: 2021-10-01 21:04:02
Message-ID: E1mWPhK-0000LG-HP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-10-01 21:31:16 pgsql: Error out if SKIP LOCKED and WITH TIES are both specified
Previous Message Daniel Gustafsson 2021-10-01 20:50:58 pgsql: Fix memory leak in pg_hmac