Open
Description
When listening notifications, result message is different depending on what binding is used. With native bindings, message doesn't have name, length, or processId properties. Tested with version 4.5.1 and 5.0.0. pg-native version 1.10.0.
client.on('notification', function(msg) {
// with js bindings msg contains name, length, processId, channel, payload
// with native bindings msg only contains channel and payload
})