Re: BUG #15293: Stored Procedure Triggered by Logical Replication is Unable to use Notification Events - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #15293: Stored Procedure Triggered by Logical Replication is Unable to use Notification Events
Date
Msg-id 648481532456538@myt5-0fa3e541b8b9.qloud-c.yandex.net
Whole thread Raw
In response to Re: BUG #15293: Stored Procedure Triggered by Logical Replication isUnable to use Notification Events  (Marc Dean <marc.dean.jr@gmail.com>)
List pgsql-bugs
Hello
in fact, I've already tried to build fix. Adding ProcessCompletedNotifies to apply_handle_commit fixed this issue and i
thinkthis is right place. In src/backend/tcop/postgres.c we call ProcessCompletedNotifies similar way after commit.
Thischange pass make check-world.
 
So i attach my two line patch.

regards, Sergei
Attachment

pgsql-bugs by date:

Previous
From: Marc Dean
Date:
Subject: Re: BUG #15293: Stored Procedure Triggered by Logical Replication isUnable to use Notification Events
Next
From: PG Bug reporting form
Date:
Subject: BUG #15294: Phantom read in serializable transaction when you renameschema.