why doesn't pg_create_logical_replication_slot throw an error if the encoder doesn't exist

Started by Dave Cramerover 7 years ago3 messageshackers
Jump to latest
#1Dave Cramer
pg@fastcrypt.com

Since nothing else can be done we should throw an error early.

Dave Cramer

#2Andres Freund
andres@anarazel.de
In reply to: Dave Cramer (#1)
Re: why doesn't pg_create_logical_replication_slot throw an error if the encoder doesn't exist

Hi,

On 2018-07-26 16:40:18 -0400, Dave Cramer wrote:

Since nothing else can be done we should throw an error early.

I can't immediately think of a reason not to do that, but I personally
don't care enough to write a patch...

Greetings,

Andres Freund

#3Dave Cramer
pg@fastcrypt.com
In reply to: Andres Freund (#2)
Re: why doesn't pg_create_logical_replication_slot throw an error if the encoder doesn't exist

On 26 July 2018 at 16:49, Andres Freund <andres@anarazel.de> wrote:

Hi,

On 2018-07-26 16:40:18 -0400, Dave Cramer wrote:

Since nothing else can be done we should throw an error early.

I can't immediately think of a reason not to do that, but I personally
don't care enough to write a patch...

Fair enough. I will.

Greetings,

Andres Freund

Dave Cramer