diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 790e8fa33c3..df3b2d70a6c 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -6,7 +6,7 @@
Release date:
- 2024-??-??, AS OF 2024-05-18
+ 2024-??-??, AS OF 2024-06-17
@@ -247,15 +247,13 @@ Change pg_attribute.attstattarget and pg_attribute.stxstattarget to represent th
-Change pg_stat_progress_vacuum columns max_dead_tuples to max_dead_tuple_bytes and num_dead_tuples to dead_tuple_bytes (Masahiko Sawada)
-
-
-
-These columns now report bytes instead of tuples.
+Change pg_stat_progress_vacuum columns max_dead_tuples to max_dead_tuple_bytes, rename num_dead_tuples to num_dead_item_ids, and add dead_tuple_bytes (Masahiko Sawada)
@@ -1844,11 +1842,13 @@ Previously only blocking, unencrypted cancel requests were supported.
-Add libpq function PQsocketPoll to allow polling of network sockets (Tristan Partin)
+Add libpq function PQsocketPoll to allow polling of network sockets (Tristan Partin, Tom Lane)