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 | 1816ecd3858999cc18f3994d29942bfeb0a60944 (patch) | |
tree | b6fc3d6d947d66fe49fae874632c6990918503f7 | |
parent | 2851aa7d1fc3bd3dfac00ff2250a7e029ed6499f (diff) | |
download | postgresql-1816ecd3858999cc18f3994d29942bfeb0a60944.tar.gz postgresql-1816ecd3858999cc18f3994d29942bfeb0a60944.zip |
Fix typo in person's name.
Back-patch v16..v12 (all supported versions); master is unaffected.
-rw-r--r-- | doc/src/sgml/release-15.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index 0b02ba502e1..e9e5f56f8ef 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -1498,7 +1498,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) |