Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qmcba-008Itl-Jv for pgsql-hackers@arkaria.postgresql.org; Sat, 30 Sep 2023 16:14:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qmcbZ-00DRIC-4d for pgsql-hackers@arkaria.postgresql.org; Sat, 30 Sep 2023 16:14:09 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qmcbY-00DRAv-Nj for pgsql-hackers@lists.postgresql.org; Sat, 30 Sep 2023 16:14:08 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qmcbV-007SrG-OE for pgsql-hackers@lists.postgresql.org; Sat, 30 Sep 2023 16:14:07 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 38UGE3Ls1553244; Sat, 30 Sep 2023 12:14:03 -0400 From: Tom Lane To: vignesh C cc: PostgreSQL Hackers Subject: Re: Remove ParallelReadyList and worker_spi_state from typedefs.list In-reply-to: References: Comments: In-reply-to vignesh C message dated "Sat, 30 Sep 2023 20:18:46 +0530" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1553242.1696090443.1@sss.pgh.pa.us> Date: Sat, 30 Sep 2023 12:14:03 -0400 Message-ID: <1553243.1696090443@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk vignesh C 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