Re: Issues with replication slots(which created manually) against logical replication

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Issues with replication slots(which created manually) against logical replication
Date: 2017-05-10 19:52:23
Message-ID: CA+TgmoamMmqCqrvPw0PVHZkphvZCMfuxQ_XcH6f2wBZKqu7Qog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 9, 2017 at 5:59 AM, tushar <tushar(dot)ahuja(at)enterprisedb(dot)com> wrote:
> I think -we should throw an error while creating subscription.

I don't really think it's worth complicating the code to check for
this. If you work hard enough, you can create up a configuration that
doesn't work. So don't do that.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2017-05-10 19:52:31 Re: [PATCH v2] Progress command to monitor progression of long running SQL queries
Previous Message Tom Lane 2017-05-10 19:22:05 Re: Should pg_current_wal_location() become pg_current_wal_lsn()