PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BTLeader Struct Reference

Data Fields

ParallelContextpcxt
 
int nparticipanttuplesorts
 
BTSharedbtshared
 
Sharedsortsharedsort
 
Sharedsortsharedsort2
 
Snapshot snapshot
 
WalUsagewalusage
 
BufferUsagebufferusage
 

Detailed Description

Definition at line 167 of file nbtsort.c.

Field Documentation

◆ btshared

BTShared* BTLeader::btshared

◆ bufferusage

BufferUsage* BTLeader::bufferusage

Definition at line 195 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ nparticipanttuplesorts

int BTLeader::nparticipanttuplesorts

◆ pcxt

ParallelContext* BTLeader::pcxt

Definition at line 170 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ sharedsort

Sharedsort* BTLeader::sharedsort

◆ sharedsort2

Sharedsort* BTLeader::sharedsort2

◆ snapshot

Snapshot BTLeader::snapshot

Definition at line 193 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ walusage

WalUsage* BTLeader::walusage

Definition at line 194 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().


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