Re: BUG #15114: logical decoding Segmentation fault - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #15114: logical decoding Segmentation fault
Date
Msg-id 20180326210417.kcpqya77x74ntawf@alvherre.pgsql
Whole thread Raw
In response to Re: BUG #15114: logical decoding Segmentation fault  (Петър Славов <pet.slavov@gmail.com>)
List pgsql-bugs
Петър Славов wrote:
> Hi Andres,
> 
> > Alvaro, Petr: If I understand correctly what happens here is that some
> > *other* column than the replica identity has a predicate with a full
> > blown SQL function.  We shouldn't evaluate arbitrary code like that
> > inside the otuput plugin!
> 
> Not sure what you mean here, but in my case the replica identity is a
> regular integer primary key, without any functions as predicates in the
> index or anything else.
> 
> ... or my schema is not the problem at all in this case ?

Andres is saying that you have some other index that contains a
predicate.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-bugs by date:

Previous
From: Петър Славов
Date:
Subject: Re: BUG #15114: logical decoding Segmentation fault
Next
From: Andres Freund
Date:
Subject: Re: BUG #15114: logical decoding Segmentation fault