Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ph5aF-0002Nt-Pp for pgsql-hackers@arkaria.postgresql.org; Tue, 28 Mar 2023 09:25:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ph5aE-0006Ud-NB for pgsql-hackers@arkaria.postgresql.org; Tue, 28 Mar 2023 09:25:38 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ph5aD-0006Tz-Mm for pgsql-hackers@lists.postgresql.org; Tue, 28 Mar 2023 09:25:38 +0000 Received: from wnew4-smtp.messagingengine.com ([64.147.123.18]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ph5aA-0000Hd-IM for pgsql-hackers@postgresql.org; Tue, 28 Mar 2023 09:25:36 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailnew.west.internal (Postfix) with ESMTP id 388982B067B0; Tue, 28 Mar 2023 05:25:32 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Tue, 28 Mar 2023 05:25:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1679995531; x=1680002731; bh=WSbP9fqjWs0ntXYOFuiKtTkku08kqV81n7D lWr7IEFg=; b=YZEWL9p5UzGitS1Lru+6pjvfv8IvfLR0tASDQgkEgIDveuh2Aw0 ZrAutdLvPyAOQujcVoj2LwXHA7vccln7c5uv8PR9eERp/ruqZavvJoin6HGvCi2c AE6/TBEMDaoqZVScouTa5lQHZgvCTsOMWWhIBGIMvJSRzzqp8VvBKGleMfWfEerE ukYOFUiToJTud91FtlSKFCTzAYmRfgd9o1Fz1np31o+VyLLUy+oueTveP7G0HPbZ H2+aJTDzR8r6nwpP5IlkvkN46Eqwg1EAyAhQdMQ9w2sN7i4ANtUnzmGm9oF43vaq J8FIFS4J3+uGe99JBE6yuYhnwk+mxx3zFjQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdehgedgudegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffhvfevfhgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeelveduffefteeiudeu vdeftdegudejvedtgeegfeeitdelgeekudduudejhffgkeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghu thesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 28 Mar 2023 05:25:30 -0400 (EDT) Message-ID: <0591ec22-1c85-712a-540e-52c34b166066@enterprisedb.com> Date: Tue, 28 Mar 2023 11:25:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: Save a few bytes in pg_attribute Content-Language: en-US From: Peter Eisentraut To: Andres Freund Cc: Tom Lane , pgsql-hackers References: <933390.1679323056@sss.pgh.pa.us> <20230320234457.s2magjpvmeqg6nqe@awork3.anarazel.de> <1110938.1679356272@sss.pgh.pa.us> <20230321164323.mjaso2jffu2cj2dp@awork3.anarazel.de> <20230321174633.sbwfi6anwds3ipde@awork3.anarazel.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 23.03.23 13:45, Peter Eisentraut wrote: > My suggestion is to use this patch and then consider the column > encryption patch as it stands now. I have committed this.