Re: Replication on the backend - Mailing list pgsql-hackers

From Markus Schiltknecht
Subject Re: Replication on the backend
Date
Msg-id 1133882366.17248.16.camel@localhost.localdomain
Whole thread Raw
In response to Re: Replication on the backend  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
Hello Jan,

On Tue, 2005-12-06 at 10:10 -0500, Jan Wieck wrote:
> We need a general API. It should be possible to define on a per-database 
> level which shared replication module to load on connect. The init 
> function of that replication module then installs all the required 
> callbacks at strategic points (like heap_update(), at_commit() ...) and 
> the rest is hidden in the module.

thank you for your list of replication types. Those still have some
things in common. Thus your approach of providing hooks for different
modules might make sense. Only I fear that I would need way to many
hooks for what I want ;)

> Slony-II has been slow lately in the Eastern timezone.

What is that supposed to mean? Who sits in the eastern timezone?

Regards
Markus



pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Replication on the backend
Next
From: Andrew Dunstan
Date:
Subject: Re: [PATCHES] snprintf() argument reordering not working