PostgreSQL Source Code  git master
SerializedReindexState Struct Reference

Data Fields

Oid currentlyReindexedHeap
 
Oid currentlyReindexedIndex
 
int numPendingReindexedIndexes
 
Oid pendingReindexedIndexes [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 92 of file index.c.

Field Documentation

◆ currentlyReindexedHeap

Oid SerializedReindexState::currentlyReindexedHeap

Definition at line 94 of file index.c.

Referenced by RestoreReindexState(), and SerializeReindexState().

◆ currentlyReindexedIndex

Oid SerializedReindexState::currentlyReindexedIndex

Definition at line 95 of file index.c.

Referenced by RestoreReindexState(), and SerializeReindexState().

◆ numPendingReindexedIndexes

int SerializedReindexState::numPendingReindexedIndexes

Definition at line 96 of file index.c.

Referenced by RestoreReindexState(), and SerializeReindexState().

◆ pendingReindexedIndexes

Oid SerializedReindexState::pendingReindexedIndexes[FLEXIBLE_ARRAY_MEMBER]

Definition at line 97 of file index.c.

Referenced by RestoreReindexState(), and SerializeReindexState().


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