Re: [15] Custom WAL resource managers, single user mode, and recovery - Mailing list pgsql-bugs

From Alexander Kukushkin
Subject Re: [15] Custom WAL resource managers, single user mode, and recovery
Date
Msg-id CAFh8B=nEgNPqs_V_8OGFSRo6tcjCeJrjrbNioMbqe_enq1u4KA@mail.gmail.com
Whole thread Raw
In response to Re: [15] Custom WAL resource managers, single user mode, and recovery  (Andres Freund <andres@anarazel.de>)
Responses Re: [15] Custom WAL resource managers, single user mode, and recovery  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs


On Fri, 15 Jul 2022 at 05:58, Andres Freund <andres@anarazel.de> wrote:

Well, right now the main reason people need single user is anti-wraparound
stuff. And there it's actively harmful (requiring a shutdown checkpoint,
emptying shared buffers, foreground checkpoints, foreground writing of all
WAL, etc).

No, the single-user mode is also required to ensure a clean shutdown before pg_rewind.

Regards,
--
Alexander Kukushkin

pgsql-bugs by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Excessive number of replication slots for 12->14 logical replication
Next
From: Andres Freund
Date:
Subject: Re: [15] Custom WAL resource managers, single user mode, and recovery