联动机制专题

Postgresql源码(122)Listen / Notify与事务的联动机制

前言 Notify和Listen是Postgresql提供的不同会话间异步消息通信功能,例子: LISTEN virtual;NOTIFY virtual;Asynchronous notification "virtual" received from server process with PID 8448.NOTIFY virtual, 'This is the payload';