BUG #16094: Database entering recovery mode - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16094: Database entering recovery mode
Date
Msg-id 16094-8fb7061e5370fb00@postgresql.org
Whole thread Raw
Responses Re: BUG #16094: Database entering recovery mode  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16094
Logged by:          Mircea Pirv
Email address:      mircea@reva.tech
PostgreSQL version: 12.0
Operating system:   OSX
Description:

Hello, 

We've updated our database from 10.6 to 12.0 recently and we keep
encountering an error which says that the database is entering recovery
mode.
Our setup has replication enabled, with a replication slot, and using a
replication subscription. On our development machines replication is setup
to use the same machine.
The problem is, that with replication enabled, changing a column value using
an update statement, causes the database to enter recovery mode.
This happens only when replication is enabled.
We could not find any pattern, like what kind of columns might be the
culprit. It happens with all kinds of columns, regardless of the fact that
we have constraints, triggers, defaults on the columns. With some columns it
happens randomly, with some it happens all the time.

In the logs the only error we see, is a segmentation fault, when replication
tries to run.
We tried with both a local server, and a dockerized version (12.0).

It only reproduces in 12.0. 10.6 and 11.5 do not have this problem, we could
not reproduce it.

Any ideas on what may have changed in 12.0 to cause this behavior ?

Thanks,
Mircea


pgsql-bugs by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: BUG #16093: Facing the clustering issue while installing thepostgres in window10
Next
From: Tom Lane
Date:
Subject: Re: BUG #16094: Database entering recovery mode