Re: synchronous_standby_names with '*'

From: Alexander Perepelica <alexondi(at)rambler(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: synchronous_standby_names with '*'
Date: 2011-08-19 12:25:47
Message-ID: CAAXZ8mc4rr8uQoeQ+QgajDuA_1PuVgBMdJe_u8c1n-c_ToSEMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I think if master has not slave's at this time then server must use "local"
mode. But if he has >=1 slave then he must wait until slave accept
transaction. And "synchronous_standby_names" select behaviour about how
master shoud select which slave must be synchronous or not. And when this
GUC is '*' master should use first in the list IMHO.
In docs you (developers) write

PostgreSQL does not provide the system software required to identify a
failure on the primary and notify the standby database server.

But I think you don't have provide software to identify *AND* standby
failure (only notification about this situation's) - and this master without
slave is this failure (slave don't started)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Perepelica 2011-08-19 12:40:44 Re: synchronous_standby_names with '*'
Previous Message Misa Simic 2011-08-19 12:17:47 UUID datatype and GIST index support