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 1tgLnC-009tS6-Nt for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Feb 2025 10:41:03 +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 1tgLnB-000IdP-SG for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Feb 2025 10:41:01 +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 1tgLnB-000IdH-Av for pgsql-hackers@lists.postgresql.org; Fri, 07 Feb 2025 10:41:01 +0000 Received: from forwardcorp1a.mail.yandex.net ([2a02:6b8:c0e:500:1:45:d181:df01]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tgLn8-004Lr7-1C for pgsql-hackers@lists.postgresql.org; Fri, 07 Feb 2025 10:41:00 +0000 Received: from mail-nwsmtp-smtp-corp-main-83.vla.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-83.vla.yp-c.yandex.net [IPv6:2a02:6b8:c0f:1286:0:640:6f2b:0]) by forwardcorp1a.mail.yandex.net (Yandex) with ESMTPS id E389960C18; Fri, 7 Feb 2025 13:40:56 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6b8:82:604:2953:c2b1:6675:c8a8]) by mail-nwsmtp-smtp-corp-main-83.vla.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id tek1g10IbuQ0-00b8wFYn; Fri, 07 Feb 2025 13:40:56 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1738924856; bh=RXr071KU2XTVmkDMspXYhjibz4UcdxeVqOgSNI3r4tE=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=qAx7wqHtv8lUNtyflxgaSwQto0lsCkrq9zkuVYYGnPhlOuQGWXto5hTnk+9rQR3ei ldwqc1+z18p+M55M2tX6MdcqaIyx+4iQMzA9ilFZx1AevdqbgU2me0WqPp+T8Ag2h2 T3qsJe2HuRCO5HZ7n3OdQ62Bx6e7BzYdO3jOgMEY= Authentication-Results: mail-nwsmtp-smtp-corp-main-83.vla.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\)) Subject: Re: Using Expanded Objects other than Arrays from plpgsql From: Andrey Borodin In-Reply-To: <1199223.1738875902@sss.pgh.pa.us> Date: Fri, 7 Feb 2025 15:40:44 +0500 Cc: Pavel Borisov , Michel Pelletier , Pavel Stehule , pgsql-hackers@lists.postgresql.org Content-Transfer-Encoding: 7bit Message-Id: References: <1342498.1729444411@sss.pgh.pa.us> <1445998.1729482404@sss.pgh.pa.us> <2062830.1729625620@sss.pgh.pa.us> <2265411.1729699470@sss.pgh.pa.us> <2354718.1729737539@sss.pgh.pa.us> <2581216.1729794746@sss.pgh.pa.us> <1948345.1730500073@sss.pgh.pa.us> <3797606.1732045516@sss.pgh.pa.us> <1417389.1736964543@sss.pgh.pa.us> <3363452.1737483125@sss.pgh.pa.us> <0AC229FA-A3F1-43FD-B0DC-A46A73FEAFF7@yandex-team.ru> <931398.1737905825@sss.pgh.pa.us> <38A31221-C1C4-4846-9709-D66ACD76E87A@yandex-team.ru> <46876.1737918281@sss.pgh.pa.us> <3682021.1738288421@sss.pgh.pa.us> <256915.1738533419@sss.pgh.pa.us> <932C9840-63D6-469D-9C65-1B1A14594D29@yandex-team.ru> <412280.1738604208@sss.pgh.pa.us> <5AAA4DBE-4CC2-4D22-B138-BF2D48AE096F@yandex-team.ru> <416464.1738606690@sss.pgh.pa.us> <729D43DE-BCA0-495E-926E-8789A01DACC4@yandex-team.ru> <1199223.1738875902@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3776.700.51) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 7 Feb 2025, at 02:05, Tom Lane wrote: > > Do you have any further comments on this patch? No, all steps of the patch set look good to me. Best regards, Andrey Borodin.