pgsql: Temporarily remove 046_checkpoint_logical_slot.pl - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Temporarily remove 046_checkpoint_logical_slot.pl
Date
Msg-id E1uTm9P-0031CT-0B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Temporarily remove 046_checkpoint_logical_slot.pl

This new test was intended to check the handling of the replication slot's
restart lsn fixed in ca307d5cec90.  However, it also reveals another issue
related to logical decoding.  This commit temporarily removes this test to
keep the buildfarm and CFbot green and avoid distorting others' work.  This
test will be restored once we investigate and fix the issue.

Discussion: https://postgr.es/m/CAAKRu_ZCOzQpEumLFgG_%2Biw3FTa%2BhJ4SRpxzaQBYxxM_ZAzWcA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f3ed72ca0765bdd726a31b7fa20219e96baf312c

Modified Files
--------------
src/test/recovery/meson.build                      |   1 -
src/test/recovery/t/046_checkpoint_logical_slot.pl | 136 ---------------------
2 files changed, 137 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Include _mm512_zextsi128_si512() in AVX-512 configure probes.
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Improve runtime and output of tests for replication slots checkp