Re: Standalone synchronous master - Mailing list pgsql-hackers

From Alexander Björnhagen
Subject Re: Standalone synchronous master
Date
Msg-id CAO-C5=k1AB1Md3_cAS6zKZW54sOWcMkzqveyvCLg7EHZJadO4Q@mail.gmail.com
Whole thread Raw
In response to Re: Standalone synchronous master  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Standalone synchronous master  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
At this point I feel that this new functionality might be a bit
overkill for postgres, maybe it's better to stay lean and mean rather
than add a controversial feature like this.

I also agree that a more general replication timeout variable would be
more useful to a larger audience but that would in my view add more
complexity to the replication code which is quite simple and
understandable right now ...

Anyway, my backup plan was to achieve the same thing by triggering on
the logging produced on the primary server and switch to async mode
when detecting that the standby replication link has failed (and then
back again when it is restored). In effect I would put a replication
monitor on the outside of the server instead of embedding it.

/A


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: replay_location indicates incorrect location
Next
From: "Marc Mamin"
Date:
Subject: CLONE TABLE DATA TO