PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AsyncQueueControl Struct Reference

Data Fields

QueuePosition head
 
QueuePosition tail
 
int64 stopPage
 
ProcNumber firstListener
 
TimestampTz lastQueueFillWarn
 
dsa_handle globalChannelTableDSA
 
dshash_table_handle globalChannelTableDSH
 
QueueBackendStatus backend [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 329 of file async.c.

Field Documentation

◆ backend

QueueBackendStatus AsyncQueueControl::backend[FLEXIBLE_ARRAY_MEMBER]

Definition at line 342 of file async.c.

◆ firstListener

ProcNumber AsyncQueueControl::firstListener

Definition at line 336 of file async.c.

◆ globalChannelTableDSA

dsa_handle AsyncQueueControl::globalChannelTableDSA

Definition at line 339 of file async.c.

Referenced by AsyncShmemInit(), and initGlobalChannelTable().

◆ globalChannelTableDSH

dshash_table_handle AsyncQueueControl::globalChannelTableDSH

Definition at line 340 of file async.c.

Referenced by AsyncShmemInit(), and initGlobalChannelTable().

◆ head

QueuePosition AsyncQueueControl::head

Definition at line 331 of file async.c.

◆ lastQueueFillWarn

TimestampTz AsyncQueueControl::lastQueueFillWarn

Definition at line 338 of file async.c.

Referenced by asyncQueueFillWarning(), and AsyncShmemInit().

◆ stopPage

int64 AsyncQueueControl::stopPage

Definition at line 334 of file async.c.

◆ tail

QueuePosition AsyncQueueControl::tail

Definition at line 332 of file async.c.


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