Controlling hot standby

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Controlling hot standby
Date: 2009-01-23 08:35:21
Message-ID: 49798149.5030202@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

As the patch stands, there's no way to disable hot standby. The server
always opens for read-only connections as soon as it can. That might not
be what you want.

I think we need a GUC to enable/disable hot standby. It would become
handy if the unimaginable happens and there's a bug in the hot standby
code that prevents a server from recovering.

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-01-23 08:37:15 Re: Pluggable Indexes
Previous Message Koichi Suzuki 2009-01-23 08:30:28 Re: V4 of PITR performance improvement for 8.4