Long text values destroys logical replication slots - Mailing list pgsql-bugs

From Adam Dratwiński
Subject Long text values destroys logical replication slots
Date
Msg-id CAKg6ypLd7773AOX4DiOGRwQk1TVOQKhNwjYiVjJnpq8Wo+i62Q@mail.gmail.com
Whole thread Raw
Responses Re: Long text values destroys logical replication slots  (Andres Freund <andres@anarazel.de>)
Re: Long text values destroys logical replication slots  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
I recently encountered a bug on my production postgres which results in killing replication slot. It happens when there is an UPDATE statement called on a record having text column with a very long value (about 1mb). The problem can be easily reproduced by this query:


Here I am using decoderbufs decoder https://github.com/krzychk/decoderbufs but it doesn't seems to be related with this plugin as it also happen on the postgres test decoder.

pgsql-bugs by date:

Previous
From: "E. Sambo"
Date:
Subject: Re: BUG #13733: ~/.psql_history* corrupted
Next
From: Andres Freund
Date:
Subject: Re: Long text values destroys logical replication slots