Remove ParallelReadyList and worker_spi_state from typedefs.list

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove ParallelReadyList and worker_spi_state from typedefs.list
Date: 2023-09-30 14:48:46
Message-ID: CALDaNm3YOMinaHVBCTbFZoxMx22=6QzL_85f_khZOX2ViTKizQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 Content-Type Size
0001-Remove-ParallelReadyList-and-worker_spi_state-from-t.patch text/x-patch 989 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-09-30 16:14:03 Re: Remove ParallelReadyList and worker_spi_state from typedefs.list
Previous Message Heikki Linnakangas 2023-09-30 14:17:41 Re: bug: ANALYZE progress report with inheritance tables