Hi, Remove ParallelReadyList and worker_spi_state from typedefs.list, these structures have been removed as part of an earlier commits, ParallelReadyList was removed as part of 9bfd44bbde4261181bf94738f3b041c629c65a7e. worker_spi_state was removed as part of af720b4c50a122647182f4a030bb0ea8f750fe2f. Attached a patch for fixing the same.
Regards, Vignesh
From 8f5b1514cbbbddbd3cd42ba0d847c9cc3d619f6c Mon Sep 17 00:00:00 2001 From: Vignesh C <vignes...@gmail.com> Date: Sat, 30 Sep 2023 20:11:08 +0530 Subject: [PATCH] Remove ParallelReadyList and worker_spi_state from typedefs.list Remove ParallelReadyList and worker_spi_state from typedefs.list, these structures have been removed as part of an earlier commit. --- src/tools/pgindent/typedefs.list | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 8de90c4958..d5a26c946f 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -1913,7 +1913,6 @@ ParallelHashJoinBatch ParallelHashJoinBatchAccessor ParallelHashJoinState ParallelIndexScanDesc -ParallelReadyList ParallelSlot ParallelSlotArray ParallelSlotResultHandler @@ -3868,7 +3867,6 @@ wchar2mb_with_len_converter wchar_t win32_deadchild_waitinfo wint_t -worker_spi_state worker_state worktable wrap -- 2.34.1