Re: BUG #15293: Stored Procedure Triggered by Logical Replication is Unable to use Notification Events
Daniel Danzberger <daniel@dd-wrt.com>
From: Daniel Danzberger <daniel@dd-wrt.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Robert Welin
<robert@vaion.com>
Cc: Andres Freund <andres@anarazel.de>, Tom Lane <tgl@sss.pgh.pa.us>, Sergei
Kornilov <sk@zsrv.org>, pgsql-hackers@postgresql.org, Peter Eisentraut
<peter_e@gmx.net>, Marc Dean <marc.dean.jr@gmail.com>, Petr Jelinek
<petr@2ndquadrant.com>, "michael.paul.powers@gmail.com"
<michael.paul.powers@gmail.com>, "pgsql-bugs@lists.postgresql.org"
<pgsql-bugs@lists.postgresql.org>
Date: 2020-06-23T09:40:53Z
Lists: pgsql-bugs, pgsql-hackers
On Fri, 2019-06-28 at 17:22 -0400, Alvaro Herrera wrote: > On 2019-Feb-22, Robert Welin wrote: > > > I have reproduced this bug on PostgreSQL version 10.7 and 11.2 > > using the > > steps described in Michael Powers' original report. The issue also > > still > > seems to be present even with the patch provided by Sergei > > Kornilov. > > > > Are there plans to address this issue any time soon or is there > > some way > > I can assist in fixing it? It would be great to have notifications > > from > > logical replication. > > This issue seems largely forgotten about :-( > Are there any news to this issue ? I can reproduce this bug up to now with version 12. -- Regards Daniel Danzberger embeDD GmbH, Alter Postplatz 2, CH-6370 Stans
Commits
-
Disallow LISTEN in background workers.
- e06cc024bd33 13.5 landed
- d84d62b6225b 14.0 landed
- 1316be28664f 15.0 landed
-
Send NOTIFY signals during CommitTransaction.
- 63f28776cb9f 13.5 landed
- 2e4eae87d02f 15.0 landed
- 0eff10a00844 14.0 landed
-
Make some efficiency improvements in LISTEN/NOTIFY.
- 51004c7172b5 13.0 cited