PostgreSQL Source Code  git master
SharedIncrementalSortInfo Struct Reference

#include <execnodes.h>

Data Fields

int num_workers
 
IncrementalSortInfo sinfo [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 2368 of file execnodes.h.

Field Documentation

◆ num_workers

int SharedIncrementalSortInfo::num_workers

◆ sinfo

IncrementalSortInfo SharedIncrementalSortInfo::sinfo[FLEXIBLE_ARRAY_MEMBER]

Definition at line 2371 of file execnodes.h.

Referenced by show_incremental_sort_info().


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