Re: pglogical - logical replication contrib module

From: Steve Singer <steve(at)ssinger(dot)info>
To: Petr Jelinek <petr(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: Craig Ringer <craig(at)2ndquadrant(dot)com>
Subject: Re: pglogical - logical replication contrib module
Date: 2016-01-16 19:55:50
Message-ID: 569AA046.40109@ssinger.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/15/2016 12:07 PM, Petr Jelinek wrote:
> That's bug, fixed.
>

Can you posted an updated patch with whatever fixes you have so far made?

> There are several statuses the table goes through, during the COPY
> it's in synchronizing status, so next logical step seemed to be
> synchronized. Maybe it should be renamed to 'replicating' instead as
> that's what it actually means (table has finished synchronization and
> is now replicating normally).
>

I agree 'replicating' is clearer

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Igal @ Lucee.org 2016-01-16 21:35:00 Developing and Building PostgreSQL in an IDE on Windows
Previous Message Fabien COELHO 2016-01-16 18:10:05 Re: extend pgbench expressions with functions