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

Data Fields

SharedSortInfo Struct Reference

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
int num_workers
TuplesortInstrumentation sinstrument [FLEXIBLE_ARRAY_MEMBER]

Detailed Description

Definition at line 2381 of file execnodes.h.

Field Documentation

num_workers

int SharedSortInfo::num_workers

Definition at line 2383 of file execnodes.h.

Referenced by ExecSortInitializeDSM(), ExecSortRetrieveInstrumentation(), and show_sort_info().

sinstrument

TuplesortInstrumentation SharedSortInfo::sinstrument[FLEXIBLE_ARRAY_MEMBER]

Definition at line 2384 of file execnodes.h.

Referenced by ExecSort(), and show_sort_info().


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