PostgreSQL Source Code: QueuePosition Struct Reference (original) (raw)
Data Fields | |
---|---|
int64 | page |
int | offset |
Detailed Description
Definition at line 194 of file async.c.
Field Documentation
◆ offset
int QueuePosition::offset
Definition at line 197 of file async.c.
◆ page
int64 QueuePosition::page
Definition at line 196 of file async.c.
The documentation for this struct was generated from the following file:
- src/backend/commands/async.c