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 1sWLN2-00EbDf-AR for pgsql-hackers@arkaria.postgresql.org; Tue, 23 Jul 2024 19:40:24 +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 1sWLN0-00FgDV-Db for pgsql-hackers@arkaria.postgresql.org; Tue, 23 Jul 2024 19:40:22 +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 1sWLN0-00FgDM-49 for pgsql-hackers@lists.postgresql.org; Tue, 23 Jul 2024 19:40:22 +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 1sWLMy-0015E0-2e for pgsql-hackers@postgresql.org; Tue, 23 Jul 2024 19:40:21 +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 46NJeIfU1080247; Tue, 23 Jul 2024 15:40:18 -0400 From: Tom Lane To: Marcos Pegoraro cc: pgsql-hackers Subject: Re: Useless toast In-reply-to: References: Comments: In-reply-to Marcos Pegoraro message dated "Tue, 23 Jul 2024 15:35:13 -0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1080245.1721763618.1@sss.pgh.pa.us> Date: Tue, 23 Jul 2024 15:40:18 -0400 Message-ID: <1080246.1721763618@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Marcos Pegoraro writes: > Using version 16, seems strange when toast needs to be created. Tested with > domain being numeric or varchar(10) with the same results. Domains are fairly opaque when it comes to maximum length. I cannot get excited about adding code to make them less so. regards, tom lane