Re: NOTIFY does not work as expected
От | Jeff Janes |
---|---|
Тема | Re: NOTIFY does not work as expected |
Дата | |
Msg-id | CAMkU=1ytid9NHkLpOyu9bgLb47L34WX+KQnfU8KmQGAOAFJ_Zg@mail.gmail.com обсуждение исходный текст |
Ответ на | NOTIFY does not work as expected (Andrey <parihaaraka@gmail.com>) |
Ответы |
Re: NOTIFY does not work as expected
Re: NOTIFY does not work as expected |
Список | pgsql-bugs |
On Mon, Jul 2, 2018 at 4:33 PM, Andrey <parihaaraka@gmail.com> wrote:
PostgreSQL 9.6.9, 10.4 (broken):A: listen test;A: select pg_sleep(5);12B: notify test, 'test1';345A: done6789B: notify test, 'test2';A:* notification received:server process id: 2837channel: testpayload: test* notification received:server process id: 2837channel: testpayload: test2PostgreSQL 9.6.2 and earlier (workds as expected)A: listen test;A: select pg_sleep(5);12B: notify test, 'test1';345A: doneA:* notification received:server process id: 2837channel: testpayload: test6789B: notify test, 'test2';A:* notification received:server process id: 2837channel: testpayload: test2
I don't think this is a bug. I don't see that the docs promise one behavior over the other, so it is really a dealer's choice. Also, I can't reliably reproduce the reported 9.6.2 behavior on my own 9.6.2 server.
Cheers,
Jeff
В списке pgsql-bugs по дате отправления: