pgsql: Add test case for obsoleting slot with active walsender

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add test case for obsoleting slot with active walsender
Дата
Msg-id E1luNJL-0005Ku-Pc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add test case for obsoleting slot with active walsender

The code to signal a running walsender when its reserved WAL size grows
too large is completely uncovered before this commit; this adds coverage
for that case.

This test involves sending SIGSTOP to walsender and walreceiver and
running a checkpoint while advancing WAL, then sending SIGCONT.  There's
no precedent for this coding in Perl tests, and my reading of relevant
manpages says it's likely to fail on Windows.  Because of this, this
test is always skipped on that platform.

Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/202106102202.mjw4huiix7lo@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/09126984a2631db8dd6299f23954e0dede69735f

Modified Files
--------------
src/test/recovery/t/019_replslot_limit.pl | 85 +++++++++++++++++++++++++++++--
1 file changed, 82 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries