PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BTLeader Struct Reference

Data Fields

ParallelContextpcxt
 
int nparticipanttuplesorts
 
BTSharedbtshared
 
Sharedsortsharedsort
 
Sharedsortsharedsort2
 
Snapshot snapshot
 
WalUsagewalusage
 
BufferUsagebufferusage
 

Detailed Description

Definition at line 168 of file nbtsort.c.

Field Documentation

◆ btshared

BTShared* BTLeader::btshared

Definition at line 191 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_leader_participate_as_worker().

◆ bufferusage

BufferUsage* BTLeader::bufferusage

Definition at line 196 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ nparticipanttuplesorts

int BTLeader::nparticipanttuplesorts

Definition at line 179 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_leader_participate_as_worker().

◆ pcxt

ParallelContext* BTLeader::pcxt

Definition at line 171 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ sharedsort

Sharedsort* BTLeader::sharedsort

Definition at line 192 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_leader_participate_as_worker().

◆ sharedsort2

Sharedsort* BTLeader::sharedsort2

Definition at line 193 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_leader_participate_as_worker().

◆ snapshot

Snapshot BTLeader::snapshot

Definition at line 194 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().

◆ walusage

WalUsage* BTLeader::walusage

Definition at line 195 of file nbtsort.c.

Referenced by _bt_begin_parallel(), and _bt_end_parallel().


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