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 165 of file nbtsort.c.

Field Documentation

◆ btshared

BTShared* BTLeader::btshared

◆ bufferusage

BufferUsage* BTLeader::bufferusage

Definition at line 193 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ nparticipanttuplesorts

int BTLeader::nparticipanttuplesorts

◆ pcxt

ParallelContext* BTLeader::pcxt

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

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ walusage

WalUsage* BTLeader::walusage

Definition at line 192 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().


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