Current section
Files
Jump to
Current section
Files
include/postgresql_protocol_BeNotificationResponse.hrl
-record(be_notification_response, {
process_id :: integer(),
channel :: binary(),
payload :: binary()
}).