From: | Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Temporarily remove 046_checkpoint_logical_slot.pl |
Date: | 2025-06-23 18:44:15 |
Message-ID: | E1uTm9P-0031CT-0B@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2025-06-23 18:50:15 | Re: pgsql: Improve runtime and output of tests for replication slots checkp |
Previous Message | Andres Freund | 2025-06-23 16:26:22 | Re: pgsql: Introduce pg_shmem_allocations_numa view |