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 1wO0hv-001FJU-2x for pgsql-docs@arkaria.postgresql.org; Fri, 15 May 2026 22:08:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wO0hu-001jKQ-2Y for pgsql-docs@arkaria.postgresql.org; Fri, 15 May 2026 22:08:34 +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 1wNoeP-00HS6A-02 for pgsql-docs@lists.postgresql.org; Fri, 15 May 2026 09:16:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wNoeM-00000000jOq-1Rrl for pgsql-docs@lists.postgresql.org; Fri, 15 May 2026 09:16:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=bThdJhIXAXvWekLsRVOQNtzRmM5AUyep8V0mPzRL7iI=; b=QblbalSIqK4yTDi1nfuP5CBfT9 vY9Shtw1kX35MQfxM8mSfsreceie5QOSk1HIPvKiRj2k+ojOnpIhDCj4SgcxBaFR5e5ctRnzWmgSG 4szt0pF6D7Yr+wmsYb1UH+3O5MsPcHITeUKtTP/aR92C82FuyvUIYodptiFpwSxiFFbIXG4Fyv/PC h/x+odmhxW9f/48WaT/IKj2Oqb0JGNDNzEChxe9MlSi1u+sfX8l+D620f2bjIWeVL9+KhFqGW/dUq EooaSAPLEV62/bQgw03ElX2RDotKi2ahK3YIwfyDB6A1msN7NGZXjc3bevkJsf3GxDn7mHFTFz/l0 HJNWG9QA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wNoeK-001xf6-2s for pgsql-docs@lists.postgresql.org; Fri, 15 May 2026 09:16:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wNoeJ-004169-1B for pgsql-docs@lists.postgresql.org; Fri, 15 May 2026 09:16:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Error in 18.4 release notes To: pgsql-docs@lists.postgresql.org From: PG Doc comments form Cc: chris@chrullrich.net Reply-To: chris@chrullrich.net, pgsql-docs@lists.postgresql.org Date: Fri, 15 May 2026 09:15:36 +0000 Message-ID: <177883653690.764749.14038057906859461991@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/release-18-4.html Description: The 18.4 release notes say this: "Use timing-safe string comparisons in authentication code (Michael Paquier) Use timingsafe_bcmp() instead of memcpy() or strcmp() when checking passwords, ..." I think that should be memcmp() instead of memcpy().