PostgreSQL Source Code: SerializedReindexState Struct Reference (original) (raw)
Data Fields | |
---|---|
Oid | currentlyReindexedHeap |
Oid | currentlyReindexedIndex |
int | numPendingReindexedIndexes |
Oid | pendingReindexedIndexes [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 93 of file index.c.
◆ currentlyReindexedHeap
Oid SerializedReindexState::currentlyReindexedHeap
◆ currentlyReindexedIndex
Oid SerializedReindexState::currentlyReindexedIndex
◆ numPendingReindexedIndexes
int SerializedReindexState::numPendingReindexedIndexes
◆ pendingReindexedIndexes
The documentation for this struct was generated from the following file:
- src/backend/catalog/index.c