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

Data Fields

ParallelContextpcxt
 
int nparticipanttuplesorts
 
GinBuildSharedginshared
 
Sharedsortsharedsort
 
Snapshot snapshot
 
WalUsagewalusage
 
BufferUsagebufferusage
 

Detailed Description

Definition at line 112 of file gininsert.c.

Field Documentation

◆ bufferusage

BufferUsage* GinLeader::bufferusage

Definition at line 138 of file gininsert.c.

◆ ginshared

GinBuildShared* GinLeader::ginshared

Definition at line 134 of file gininsert.c.

◆ nparticipanttuplesorts

int GinLeader::nparticipanttuplesorts

Definition at line 123 of file gininsert.c.

Referenced by _gin_leader_participate_as_worker().

◆ pcxt

ParallelContext* GinLeader::pcxt

Definition at line 115 of file gininsert.c.

◆ sharedsort

Sharedsort* GinLeader::sharedsort

Definition at line 135 of file gininsert.c.

◆ snapshot

Snapshot GinLeader::snapshot

Definition at line 136 of file gininsert.c.

◆ walusage

WalUsage* GinLeader::walusage

Definition at line 137 of file gininsert.c.


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