PostgreSQL Source Code  git master
AsyncQueueControl Struct Reference

Data Fields

QueuePosition head
 
QueuePosition tail
 
int stopPage
 
ProcNumber firstListener
 
TimestampTz lastQueueFillWarn
 
QueueBackendStatus backend [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 281 of file async.c.

Field Documentation

◆ backend

QueueBackendStatus AsyncQueueControl::backend[FLEXIBLE_ARRAY_MEMBER]

Definition at line 291 of file async.c.

◆ firstListener

ProcNumber AsyncQueueControl::firstListener

Definition at line 288 of file async.c.

◆ head

QueuePosition AsyncQueueControl::head

Definition at line 283 of file async.c.

◆ lastQueueFillWarn

TimestampTz AsyncQueueControl::lastQueueFillWarn

Definition at line 290 of file async.c.

Referenced by asyncQueueFillWarning(), and AsyncShmemInit().

◆ stopPage

int AsyncQueueControl::stopPage

Definition at line 286 of file async.c.

◆ tail

QueuePosition AsyncQueueControl::tail

Definition at line 284 of file async.c.


The documentation for this struct was generated from the following file: