|
PostgreSQL Source Code git master
|
Data Fields | |
| QueuePosition | head |
| QueuePosition | tail |
| int64 | stopPage |
| ProcNumber | firstListener |
| TimestampTz | lastQueueFillWarn |
| QueueBackendStatus | backend [FLEXIBLE_ARRAY_MEMBER] |
| QueueBackendStatus AsyncQueueControl::backend[FLEXIBLE_ARRAY_MEMBER] |
| ProcNumber AsyncQueueControl::firstListener |
| QueuePosition AsyncQueueControl::head |
| TimestampTz AsyncQueueControl::lastQueueFillWarn |
Definition at line 290 of file async.c.
Referenced by asyncQueueFillWarning(), and AsyncShmemInit().
| QueuePosition AsyncQueueControl::tail |