PostgreSQL Source Code
git master
|
#include <parallel_slot.h>
Data Fields | |
int | numslots |
ConnParams * | cparams |
const char * | progname |
bool | echo |
const char * | initcmd |
ParallelSlot | slots [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 36 of file parallel_slot.h.
ConnParams* ParallelSlotArray::cparams |
Definition at line 39 of file parallel_slot.h.
bool ParallelSlotArray::echo |
Definition at line 41 of file parallel_slot.h.
const char* ParallelSlotArray::initcmd |
Definition at line 42 of file parallel_slot.h.
int ParallelSlotArray::numslots |
Definition at line 38 of file parallel_slot.h.
const char* ParallelSlotArray::progname |
Definition at line 40 of file parallel_slot.h.
ParallelSlot ParallelSlotArray::slots[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 43 of file parallel_slot.h.