PostgreSQL 9.6.9, 10.4 (broken):A: listen test;A: select pg_sleep(5); 1 2B: notify test, 'test1'; 3 4 5A: done 6 7 8 9B: notify test, 'test2';A:* notification received: server process id: 2837 channel: test payload: test* notification received: server process id: 2837 channel: test payload: test2PostgreSQL 9.6.2 and earlier (workds as expected)A: listen test;A: select pg_sleep(5); 1 2B: notify test, 'test1'; 3 4 5A: doneA:* notification received: server process id: 2837 channel: test payload: test 6 7 8 9B: notify test, 'test2';A:* notification received: server process id: 2837 channel: test payload: test2
pgsql-bugs by date:
Соглашаюсь с условиями обработки персональных данных