Re: Core team statement on replication in PostgreSQL - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Core team statement on replication in PostgreSQL
Date
Msg-id 483EFAAA.9040200@sigaev.ru
Whole thread Raw
In response to Re: Core team statement on replication in PostgreSQL  ("Marko Kreen" <markokr@gmail.com>)
Responses Re: Core team statement on replication in PostgreSQL  ("Marko Kreen" <markokr@gmail.com>)
List pgsql-hackers
> in this case too.  So each slave just needs to report its own longest
> open tx as "open" to master.  Yes, it bloats master but no way around it.

Slaves should not report it every time or every transaction. Vacuum on master 
will ask them before doing a real work.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Core team statement on replication in PostgreSQL
Next
From: "Merlin Moncure"
Date:
Subject: Re: Core team statement on replication in PostgreSQL