PostgreSQL Source Code: ParallelSlot Struct Reference (original) (raw)

#include <[parallel_slot.h](parallel%5F%5Fslot%5F8h%5Fsource.html)>

Data Fields
T_WorkerStatus workerStatus
ParallelCompletionPtr callback
void * callback_data
ArchiveHandle * AH
int pipeRead
int pipeWrite
int pipeRevRead
int pipeRevWrite
pid_t pid
PGconn * connection
bool inUse
ParallelSlotResultHandler handler
void * handler_context

Definition at line 95 of file parallel.c.

AH

callback

callback_data

void* ParallelSlot::callback_data

connection

PGconn* ParallelSlot::connection

handler

handler_context

void* ParallelSlot::handler_context

inUse

pid

pipeRead

int ParallelSlot::pipeRead

pipeRevRead

int ParallelSlot::pipeRevRead

pipeRevWrite

int ParallelSlot::pipeRevWrite

pipeWrite

int ParallelSlot::pipeWrite

workerStatus


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