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.96) (envelope-from ) id 1wP0Ee-000LB1-1f for pgsql-hackers@arkaria.postgresql.org; Mon, 18 May 2026 15:50:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wP0Ec-002ieM-0k for pgsql-hackers@arkaria.postgresql.org; Mon, 18 May 2026 15:50:27 +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.96) (envelope-from ) id 1wP0Eb-002ieD-34 for pgsql-hackers@lists.postgresql.org; Mon, 18 May 2026 15:50:26 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wP0Ea-00000000C1a-03NT for pgsql-hackers@postgresql.org; Mon, 18 May 2026 15:50:26 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 3DB28533293 for ; Mon, 18 May 2026 17:50:22 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 2739353338B; Mon, 18 May 2026 17:50:22 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s981.loopia.se (Postfix) with ESMTP id 20E5622B1740; Mon, 18 May 2026 17:50:22 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s474.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.6]) by localhost (s474.loopia.se [172.22.190.14]) (amavis, port 10024) with LMTP id PAvXWLIvthRj; Mon, 18 May 2026 17:50:21 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 69.196.93.195 Received: from smtpclient.apple (unknown [69.196.93.195]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id 20F6E2201601; Mon, 18 May 2026 17:50:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1779119421; bh=Dkdw5P5wqa/wS8O8y+7ojiAQ6/LHQeuqIow7XSwGJXs=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=c6frDbKvAuUt52jkoPFcUccF3WEX+2rdERZ50nSQZWpcu9ft8yEC/UX0D2M3262HT h0+c0yKqwyYLSk0DA04tsAr8tFvcjTPizhGt9dmFuX9sMX6v30YnTYDs97OWYpYl+A VEIVZW4lJkGPXjOYEWVq8TZqnnO3Adtt2B7QhuxQWNltz9bRkIcQ3sUvIFQD50f4iL Cj4+9H8II+UueKJb3u1CaKX2Jjf9GXAUxEJ4cDs1myQVShU/BDlXLCElErpFDEIDsN wPtIPCixWr3ozAx/UYIZlddAgiCakKPE49HLEmscEDnyNrRBv2jSV6yu8KZUD7aMz+ PjOeBfJWqJP0w== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: remove obsolete comment in AtEOXact_Inval From: Daniel Gustafsson In-Reply-To: <3F5432E3-7E1D-4B18-B745-0B6FFC3EA37F@yesql.se> Date: Mon, 18 May 2026 08:50:07 -0700 Cc: Steven Niu , PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: References: <9ED67E9F-9735-4033-AF27-31A674DE75C8@gmail.com> <3F5432E3-7E1D-4B18-B745-0B6FFC3EA37F@yesql.se> To: Chao Li X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 8 May 2026, at 01:54, Daniel Gustafsson wrote: > This comment was part of the Postgres95 import, and was originally = added to the > function RegisterInvalid() which in turn was committed by Cimarron = Taylor in > 1990. I agree that it's no longer helpful and will go ahead to remove = it shortly > unless someone disagrees. Done. -- Daniel Gustafsson