Hot standby, recovery_starts_paused - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Hot standby, recovery_starts_paused
Date
Msg-id 4AD7A586.5020007@enterprisedb.com
Whole thread Raw
Responses Re: Hot standby, recovery_starts_paused
List pgsql-hackers
recovery_starts_paused is useless as it is. It pauses the recovery right
after the first WAL record, all right, but before we see a running-xacts
record, we won't let any backends in. And if you can't connect, you
can't unpause, so it's stuck forever.

It should probably behave as "pause after reaching WAL record that
allows backends to connect".

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Rejecting weak passwords
Next
From: Alvaro Herrera
Date:
Subject: Re: inefficient use of relation extension?