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 383 of file async.c.
Referenced by Async_Notify(), AsyncExistsPendingNotify(), asyncQueueNotificationToEntry(), notification_hash(), and notification_match().
char Notification::data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 386 of file async.c.
Referenced by Async_Notify(), AsyncExistsPendingNotify(), asyncQueueNotificationToEntry(), notification_hash(), and notification_match().
uint16 Notification::payload_len |
Definition at line 384 of file async.c.
Referenced by Async_Notify(), AsyncExistsPendingNotify(), asyncQueueNotificationToEntry(), notification_hash(), and notification_match().