PostgreSQL Source Code  git master
ParallelSlotArray Struct Reference

#include <parallel_slot.h>

Data Fields

int numslots
 
ConnParamscparams
 
const char * progname
 
bool echo
 
const char * initcmd
 
ParallelSlot slots [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 36 of file parallel_slot.h.

Field Documentation

◆ cparams

ConnParams* ParallelSlotArray::cparams

Definition at line 39 of file parallel_slot.h.

◆ echo

bool ParallelSlotArray::echo

Definition at line 41 of file parallel_slot.h.

◆ initcmd

const char* ParallelSlotArray::initcmd

Definition at line 42 of file parallel_slot.h.

◆ numslots

int ParallelSlotArray::numslots

Definition at line 38 of file parallel_slot.h.

◆ progname

const char* ParallelSlotArray::progname

Definition at line 40 of file parallel_slot.h.

◆ slots

ParallelSlot ParallelSlotArray::slots[FLEXIBLE_ARRAY_MEMBER]

Definition at line 43 of file parallel_slot.h.


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