Error in 18.4 release notes
The Post Office <noreply@postgresql.org>
From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: chris@chrullrich.net
Date: 2026-05-15T09:15:36Z
Lists: pgsql-docs
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().
Commits
-
Doc: fix release-note typo.
- d472bf14f259 18 (unreleased) landed
- ab931303561d 17 (unreleased) landed
- 4c35d93e49ef 14 (unreleased) landed
- 2adf78dbe9a2 16 (unreleased) landed
- 2a975b991e44 15 (unreleased) landed