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 <[email protected]> Reviewed-by: Hamid Akhtar <[email protected]> Reviewed-by: Masahiko Sawada <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/c6c4b37395b22f7e649234453a0aafe74d61b7e6 Modified Files -------------- src/backend/commands/indexcmds.c | 126 ++++++++++++++++++++------------------- src/tools/pgindent/typedefs.list | 1 + 2 files changed, 66 insertions(+), 61 deletions(-)
