doc PG 17 relnotes: update to current
authorBruce Momjian
Mon, 17 Jun 2024 19:05:05 +0000 (15:05 -0400)
committerBruce Momjian
Mon, 17 Jun 2024 19:05:26 +0000 (15:05 -0400)
Backpatch-through: master

doc/src/sgml/release-17.sgml

index 790e8fa33c3c3ca3e9bc8ee9a18695ac99ba2990..df3b2d70a6c8ed784af7e18c328cbf6ad4a1421d 100644 (file)
@@ -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)