Commit c6c4b373 authored by Alvaro Herrera's avatar Alvaro Herrera

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: default avatarDmitry Dolgov <9erthalion6@gmail.com>
Reviewed-by: default avatarHamid Akhtar <hamid.akhtar@gmail.com>
Reviewed-by: default avatarMasahiko Sawada <sawada.mshk@gmail.com>
Discussion: https://postgr.es/m/20201130195439.GA24598@alvherre.pgsql
parent 9eabfe30
This diff is collapsed.
......@@ -2061,6 +2061,7 @@ Regis
RegisNode
RegisteredBgWorker
ReindexErrorInfo
ReindexIndexInfo
ReindexObjectType
ReindexStmt
ReindexType
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment