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

Data Fields

ParallelContext * pcxt
 
int nparticipanttuplesorts
 
GinBuildShared * ginshared
 
Sharedsort * sharedsort
 
Snapshot snapshot
 
WalUsage * walusage
 
BufferUsage * bufferusage
 

Detailed Description

Definition at line 116 of file gininsert.c.

Field Documentation

◆ bufferusage

BufferUsage* GinLeader::bufferusage

Definition at line 142 of file gininsert.c.

◆ ginshared

GinBuildShared* GinLeader::ginshared

Definition at line 138 of file gininsert.c.

◆ nparticipanttuplesorts

int GinLeader::nparticipanttuplesorts

Definition at line 127 of file gininsert.c.

Referenced by _gin_leader_participate_as_worker().

◆ pcxt

ParallelContext* GinLeader::pcxt

Definition at line 119 of file gininsert.c.

◆ sharedsort

Sharedsort* GinLeader::sharedsort

Definition at line 139 of file gininsert.c.

◆ snapshot

Snapshot GinLeader::snapshot

Definition at line 140 of file gininsert.c.

◆ walusage

WalUsage* GinLeader::walusage

Definition at line 141 of file gininsert.c.


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