PostgreSQL Source Code
git master
|
Data Fields | |
uint16 | channel_len |
uint16 | payload_len |
char | data [FLEXIBLE_ARRAY_MEMBER] |
uint16 Notification::channel_len |
Definition at line 401 of file async.c.
Referenced by Async_Notify(), AsyncExistsPendingNotify(), asyncQueueNotificationToEntry(), notification_hash(), and notification_match().
char Notification::data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 404 of file async.c.
Referenced by Async_Notify(), AsyncExistsPendingNotify(), asyncQueueNotificationToEntry(), notification_hash(), and notification_match().
uint16 Notification::payload_len |
Definition at line 402 of file async.c.
Referenced by Async_Notify(), AsyncExistsPendingNotify(), asyncQueueNotificationToEntry(), notification_hash(), and notification_match().