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
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
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