pgsql: Add isolation test for errors during logical slot creation.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add isolation test for errors during logical slot creation.
Date: 2022-02-15 05:54:24
Message-ID: E1nJqnA-0003jI-7s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add isolation test for errors during logical slot creation.

I didn't include this test in 2f6501fa3c5, because I was not sure the error
messages for the terminated connection is stable across platforms. But it
sounds like it is, and if not, we'd want to do something about the instability
anyway...

Discussion: https://postgr.es/m/CAD21AoDAeEpAbZEyYJsPZJUmSPaRicVSBObaL7sPaofnKz+9zg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/278cdea6b9d2993d1a819fbb28262236a72f6d02

Modified Files
--------------
contrib/test_decoding/Makefile | 2 +-
.../test_decoding/expected/slot_creation_error.out | 113 +++++++++++++++++++++
.../test_decoding/specs/slot_creation_error.spec | 41 ++++++++
3 files changed, 155 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-02-15 06:50:55 pgsql: Remove pg_atoi()
Previous Message Michael Paquier 2022-02-15 04:46:03 Re: pgsql: Add suport for server-side LZ4 base backup compression.