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