Re: BUG #15293: Stored Procedure Triggered by Logical Replication is Unable to use Notification Events

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: BUG #15293: Stored Procedure Triggered by Logical Replication is Unable to use Notification Events
Дата
Msg-id 45136061532438385@iva3-a2a8aac410a1.qloud-c.yandex.net
обсуждение исходный текст
Ответ на BUG #15293: Stored Procedure Triggered by Logical Replication isUnable to use Notification Events  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15293: Stored Procedure Triggered by Logical Replication isUnable to use Notification Events  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
Hello
Thank you for report

I checked this bug and found reason: we do not notify backends about new events by call ProcessCompletedNotifies from
logicalworker.
 
New notify from regular backend does call ProcessCompletedNotifies: send signal to all listen backends and found new
eventsfor youself.
 
But i am not sure where is correct place for call ProcessCompletedNotifies in logical worker
src/backend/replication/logical/worker.cand i can not provide patch.
 

regards, Sergei


В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15293: Stored Procedure Triggered by Logical Replication isUnable to use Notification Events
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15291: Lateral join has different/suprising semantics (with impure function)