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 1qNpy5-0066AH-Fj for pgsql-hackers@arkaria.postgresql.org; Mon, 24 Jul 2023 07:26:57 +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 1qNpy3-008QL5-Jv for pgsql-hackers@arkaria.postgresql.org; Mon, 24 Jul 2023 07:26:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qNpy3-008QKx-Ak for pgsql-hackers@lists.postgresql.org; Mon, 24 Jul 2023 07:26:55 +0000 Received: from oss.nttdata.com ([49.212.34.109]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qNpxy-001TNn-9b for pgsql-hackers@lists.postgresql.org; Mon, 24 Jul 2023 07:26:53 +0000 Received: from oss.nttdata.com (localhost [127.0.0.1]) by oss.nttdata.com (Postfix) with ESMTPA id 5791A60651; Mon, 24 Jul 2023 16:26:45 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.8 at oss.nttdata.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 24 Jul 2023 16:26:45 +0900 From: Masahiro Ikeda To: Bharath Rupireddy Cc: michael@paquier.xyz, pgsql-hackers@lists.postgresql.org Subject: Re: Support worker_spi to execute the function dynamically. In-Reply-To: References: <46e53055d8d1c92704d3cd2709c722e7@oss.nttdata.com> User-Agent: Roundcube Webmail/1.4.11 Message-ID: X-Sender: ikedamsh@oss.nttdata.com List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2023-07-24 12:01, Bharath Rupireddy wrote: > I'm attaching the v3 patch. I verified it works and it looks good to me. Thanks to your work, I will be able to implement tests for custom wait events. Regards, -- Masahiro Ikeda NTT DATA CORPORATION