Remove ParallelReadyList and worker_spi_state from typedefs.list

Started by vignesh Cover 2 years ago3 messageshackers
Jump to latest
#1vignesh C
vignesh21@gmail.com

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

Attachments:

0001-Remove-ParallelReadyList-and-worker_spi_state-from-t.patchtext/x-patch; charset=US-ASCII; name=0001-Remove-ParallelReadyList-and-worker_spi_state-from-t.patchDownload+0-3
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: vignesh C (#1)
Re: Remove ParallelReadyList and worker_spi_state from typedefs.list

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

#3vignesh C
vignesh21@gmail.com
In reply to: Tom Lane (#2)
Re: Remove ParallelReadyList and worker_spi_state from typedefs.list

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