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 1nJio0-0003ev-UD for pgsql-committers@arkaria.postgresql.org; Mon, 14 Feb 2022 21:22:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nJinz-0005Ak-Ng for pgsql-committers@arkaria.postgresql.org; Mon, 14 Feb 2022 21:22:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJinz-0005Ab-GU for pgsql-committers@lists.postgresql.org; Mon, 14 Feb 2022 21:22:43 +0000 Received: from out2-smtp.messagingengine.com ([66.111.4.26]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJinv-0005hp-Ia for pgsql-committers@lists.postgresql.org; Mon, 14 Feb 2022 21:22:43 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4797D5C01B7; Mon, 14 Feb 2022 16:22:37 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 Feb 2022 16:22:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=JpaMUvZ66GnTWl/8u/9BKFNDLQViCmyjVE23BkONhIo=; b=iXK0mG09 iiTEieZcb4K5IqqttwJeen8g7LYFyJD3vJKCLljGQOUY8q6OYRw8Rm6qfoUZgcaC VXcOJWAyfj6bYIq54A52eI3UGYG8CuNyCx0F461R5eT6FmSUlvmq/EUC6D/xc79+ DDBnFGLYVX6Cs3HhO889uzigzfOI19wD6ZN3kNReXYNLGdooWZszG+E5GE0fBvYn Ktp9UA+yMSfiP2OK1ih9KmoMeeTiTK7uNGgn7Qt919yX5UtB70+/dgAoj/RewXQD i2VxXy0T2nf0SrTZrANq9OyZ9YcwJmnL9/71JrxDgU7N9k3Tvbia/Dta3dpFyM3v 7CeLVnmzPRN2vg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrjedvgddugeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfggtggugfgjsehtkeertddttdejnecuhfhrohhmpeetlhhvrghr ohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhgqe enucggtffrrghtthgvrhhnpeelvdfgffevvdeiueekkeejvddtfeetueeijeettdfgheel feeifeeuteeludevueenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrih hlfhhrohhmpegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 14 Feb 2022 16:22:36 -0500 (EST) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 3B0A12A0906; Mon, 14 Feb 2022 18:22:33 -0300 (-03) Date: Mon, 14 Feb 2022 18:22:33 -0300 From: Alvaro Herrera To: Thomas Munro Cc: Fabien COELHO , Thomas Munro , pgsql-committers Subject: Re: pgsql: Track LLVM 15 changes. Message-ID: <202202142122.eqz4mu2ecfes@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2022-Feb-15, Thomas Munro wrote: > My general plan for this stuff is to try to do just one back-patch for > each LLVM release, with all the changes in it, to reduce commit churn. > Hence commit messages that say "Track LLVM X ..." so that it's easy to > find all the changes for X around the time of X's release. In other > words I'll probably do the 14 back-patch next month, so our May > releases will compile and work against LLVM 14, due out in March. In this case, maybe you should get this task listed in RELEASE_CHANGES. -- Álvaro Herrera