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

From Петър Славов
Subject Re: BUG #15114: logical decoding Segmentation fault
Date
Msg-id CAC5T6EAO7+jab=C+wG7_HLF5hK8Fbu+dvK4XU30nmWumobBTJA@mail.gmail.com
Whole thread Raw
In response to Re: BUG #15114: logical decoding Segmentation fault  (Andres Freund <andres@anarazel.de>)
Responses Re: BUG #15114: logical decoding Segmentation fault  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Re: BUG #15114: logical decoding Segmentation fault  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs

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 ?

Peter Slavov

pgsql-bugs by date:

Previous
From: Chris Hanks
Date:
Subject: Re: [BUGS] Connections hang indefinitely while taking a LWLockTranchebuffer_content lock.
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #15114: logical decoding Segmentation fault