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

#include <execnodes.h>

Data Fields

PlanStaterequestor
 
PlanStaterequestee
 
int request_index
 
bool callback_pending
 
bool request_complete
 
TupleTableSlotresult
 

Detailed Description

Definition at line 639 of file execnodes.h.

Field Documentation

◆ callback_pending

bool AsyncRequest::callback_pending

Definition at line 644 of file execnodes.h.

Referenced by ExecReScanAppend().

◆ request_complete

bool AsyncRequest::request_complete

Definition at line 645 of file execnodes.h.

◆ request_index

int AsyncRequest::request_index

Definition at line 643 of file execnodes.h.

◆ requestee

PlanState* AsyncRequest::requestee

Definition at line 642 of file execnodes.h.

Referenced by postgresForeignAsyncConfigureWait(), and postgresReScanForeignScan().

◆ requestor

PlanState* AsyncRequest::requestor

Definition at line 641 of file execnodes.h.

Referenced by postgresForeignAsyncConfigureWait().

◆ result

TupleTableSlot* AsyncRequest::result

Definition at line 646 of file execnodes.h.


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