PostgreSQL Source Code  git master
AsyncRequest Struct Reference

#include <execnodes.h>

Data Fields

struct PlanStaterequestor
 
struct PlanStaterequestee
 
int request_index
 
bool callback_pending
 
bool request_complete
 
TupleTableSlotresult
 

Detailed Description

Definition at line 601 of file execnodes.h.

Field Documentation

◆ callback_pending

◆ request_complete

◆ request_index

int AsyncRequest::request_index

Definition at line 605 of file execnodes.h.

Referenced by ExecAppendAsyncBegin(), ExecAsyncAppendResponse(), and ExecInitAppend().

◆ requestee

◆ requestor

struct PlanState* AsyncRequest::requestor

◆ result


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