diff options
| author | Alvaro Herrera | 2021-01-12 20:04:49 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2021-01-12 20:05:06 +0000 |
| commit | c6c4b37395b22f7e649234453a0aafe74d61b7e6 (patch) | |
| tree | 55b78cd074701d70173528467803f0c3641afde9 /src/tools | |
| parent | 9eabfe300a22ad3d776dc293265e15379790bd9a (diff) | |
Invent struct ReindexIndexInfo
This struct is used by ReindexRelationConcurrently to keep track of the
relations to process. This saves having to obtain some data repeatedly,
and has future uses as well.
Reviewed-by: Dmitry Dolgov <9erthalion6@gmail.com>
Reviewed-by: Hamid Akhtar <hamid.akhtar@gmail.com>
Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
Discussion: https://postgr.es/m/20201130195439.GA24598@alvherre.pgsql
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index f3957bad6c2..fb57b8393f1 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2061,6 +2061,7 @@ Regis RegisNode RegisteredBgWorker ReindexErrorInfo +ReindexIndexInfo ReindexObjectType ReindexStmt ReindexType |
