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 1vVQlS-0039d4-0o for pgsql-docs@arkaria.postgresql.org; Tue, 16 Dec 2025 08:50:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vVQlQ-005N9A-2h for pgsql-docs@arkaria.postgresql.org; Tue, 16 Dec 2025 08:50:37 +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.96) (envelope-from ) id 1vVQlQ-005N91-1Y for pgsql-docs@lists.postgresql.org; Tue, 16 Dec 2025 08:50:37 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vVQlO-00110b-1o for pgsql-docs@lists.postgresql.org; Tue, 16 Dec 2025 08:50:36 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id BF6214C7AFD for ; Tue, 16 Dec 2025 09:50:33 +0100 (CET) Received: from s934.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id B0B7B4D01D6; Tue, 16 Dec 2025 09:50:33 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.6]) by s934.loopia.se (Postfix) with ESMTP id AEDFB7CEA8F; Tue, 16 Dec 2025 09:50:33 +0100 (CET) X-Virus-Scanned: amavisd-new 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 (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.6]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with UTF8LMTP id BqPOKjfaYQY3; Tue, 16 Dec 2025 09:50:33 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s979.loopia.se (Postfix) with ESMTPSA id 4984010BC42B; Tue, 16 Dec 2025 09:50:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1765875033; bh=TD2ppo8E6rlKzaXWPj5UYcC/NeiCYn0genMS+GSqSvs=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=SKGa9jHezoYkRgRcNqcBbdhOREI+HzRcJglmHb0EJRVuXlCeWgQYcvLR+YT80niEq SuUnGqUjAhCMQdVtDYdrH9++g4hF0IugCwz3mTOGgSdi23QA7B8xwCif1q2yuDc6Mc img+euYufDU8XGK6EtAQs3ynK3A+1BB2v/o6N4riFCbKNNpANGvQuOgymp3MMkdiBV n7vAQJLtRjjKFvWEx80fvERZQZAR7Phxib3c6fYWKEaXW75kx6qWwyKJaOHk8vhnsu p8oZRp/crO1VHM6cchCH0sbbxgq8VAbnnuiGQ5oAVEmtC9vzssVNxvMLjvz9iZ/XEZ xstip8xZF38oQ== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: doc: Fix the header file where CompareType is defined in gist.sgml From: Daniel Gustafsson In-Reply-To: Date: Tue, 16 Dec 2025 09:50:22 +0100 Cc: Daisuke Higuchi , pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <1256D2D9-8300-4526-9F85-ECB8CA769E59@yesql.se> References: To: Paul A Jungwirth X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 16 Dec 2025, at 00:19, Paul A Jungwirth = wrote: >=20 > On Sat, Dec 13, 2025 at 12:25=E2=80=AFAM Daisuke Higuchi > wrote: >>=20 >> I found that the header file where CompareType was actually defined = did not match the header file described in gist.sgml. >> CompareType is currently defined at "src/include/access/cmptype.h" = instead of "src/include/nodes/primnodes.h". >> This change was made in the commit below, but it seems that = documentation update was missed. >>=20 >> = https://github.com/postgres/postgres/commit/119fc30dd5bd918819b864107ddc8b= aac51f4d22 >=20 > You're right, that's where we define it. Your email landed in Gmail's > spam folder for me, so hopefully this +1 will help it not be missed by > a committer. Thanks for the report, fixing it right now. -- Daniel Gustafsson