PostgreSQL Source Code  git master
BTLeader Struct Reference

Data Fields

ParallelContextpcxt
 
int nparticipanttuplesorts
 
BTSharedbtshared
 
Sharedsortsharedsort
 
Sharedsortsharedsort2
 
Snapshot snapshot
 
WalUsagewalusage
 
BufferUsagebufferusage
 

Detailed Description

Definition at line 171 of file nbtsort.c.

Field Documentation

◆ btshared

BTShared* BTLeader::btshared

◆ bufferusage

BufferUsage* BTLeader::bufferusage

Definition at line 199 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ nparticipanttuplesorts

int BTLeader::nparticipanttuplesorts

◆ pcxt

ParallelContext* BTLeader::pcxt

Definition at line 174 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 197 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ walusage

WalUsage* BTLeader::walusage

Definition at line 198 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().


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