PostgreSQL Source Code git master
|
#include <index.h>
Data Fields | |
bits32 | options |
Oid | tablespaceOid |
bits32 ReindexParams::options |
Definition at line 35 of file index.h.
Referenced by ExecReindex(), reindex_index(), reindex_relation(), ReindexIndex(), ReindexMultipleInternal(), ReindexMultipleTables(), ReindexRelationConcurrently(), and ReindexTable().
Oid ReindexParams::tablespaceOid |
Definition at line 36 of file index.h.
Referenced by ExecReindex(), reindex_index(), reindex_relation(), ReindexMultipleInternal(), ReindexMultipleTables(), and ReindexRelationConcurrently().