Thread: Remove ParallelReadyList and worker_spi_state from typedefs.list
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
Attachment
vignesh C <vignesh21@gmail.com> writes: > 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. I don't think we need to trouble with removing such entries by hand. I still anticipate updating typedefs.list from the buildfarm at least once per release cycle, and that will take care of cleaning out obsolete entries. regards, tom lane
On Sat, 30 Sept 2023 at 21:44, Tom Lane <tgl@sss.pgh.pa.us> wrote: > > vignesh C <vignesh21@gmail.com> writes: > > 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. > > I don't think we need to trouble with removing such entries by hand. > I still anticipate updating typedefs.list from the buildfarm at least > once per release cycle, and that will take care of cleaning out > obsolete entries. Thanks, that will take care of removal at that time. Regards, Vignesh