REINDEX CONCURRENTLY

This commit is contained in:
jiajunchang
2022-08-04 20:22:04 +08:00
parent 111ff9efc3
commit c5b915a5e6
29 changed files with 3509 additions and 248 deletions

View File

@ -875,6 +875,7 @@ typedef struct ReindexStmt {
bool do_system; /* include system tables in database case */
bool do_user; /* include user tables in database case */
AdaptMem memUsage; /* adaptive memory assigned for the stmt */
bool concurrent; /* reindex concurrently */
} ReindexStmt;
typedef struct Position {