diff options
author | Noah Misch <noah@leadboat.com> | 2023-11-18 17:31:18 -0800 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2023-11-18 17:31:21 -0800 |
commit | fc3f862babd76f0ac4f372f9409f5129ccb2ee7e (patch) | |
tree | 0ddc8658a1c60ebf6b8e92b09d4a72f6160cb235 | |
parent | 2ffcebdba4cfa70fb1b6049ce85343e569304049 (diff) | |
download | postgresql-fc3f862babd76f0ac4f372f9409f5129ccb2ee7e.tar.gz postgresql-fc3f862babd76f0ac4f372f9409f5129ccb2ee7e.zip |
Fix typo in person's name.
Back-patch v16..v12 (all supported versions); master is unaffected.
-rw-r--r-- | doc/src/sgml/release-14.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 4279dc1f962..8bf266d2d30 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -1423,7 +1423,7 @@ Branch: REL_11_STABLE [919ebb023] 2023-08-07 06:06:01 -0700 </para> <para> - The <productname>PostgreSQL</productname> Project thanks Micah Gate, + The <productname>PostgreSQL</productname> Project thanks Micah Gates, Valerie Woolard, Tim Carey-Smith, and Christoph Berg for reporting this problem. (CVE-2023-39417) |