Warn about using single user + standby_mode

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Warn about using single user + standby_mode
Date: 2015-06-05 16:29:40
Message-ID: 20150605162940.GL13944@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When primary_conninfo is configured and standby_mode is enabled single
user mode starts up, but at some point will just wait in a latch for WAL
to show up. Which will obviously never happen as walreceiver isn't up.

Should we just error out in that case, or at least display a log message
about that fact?

Greetings,

Andres Freund

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-06-05 16:56:18 Re: [CORE] Restore-reliability mode
Previous Message Alvaro Herrera 2015-06-05 16:26:36 Re: RFC: Remove contrib entirely