]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 19 relnotes: remove "Add fake LSN support to hash index"
authorBruce Momjian <bruce@momjian.us>
Fri, 15 May 2026 17:26:50 +0000 (13:26 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 15 May 2026 17:26:50 +0000 (13:26 -0400)
Also add missing commit link to json_array() item.

Reported-by: Peter Geoghegan
Discussion: https://postgr.es/m/CAH2-Wzm1UAuv9ih6_ATbwbmrmusKPoJ2qSo3HBF-JaUEkVYUPg@mail.gmail.com

doc/src/sgml/release-19.sgml

index b27f01db2e97551c31ab0ee888c4803f7ea38486..c8f2b3c6968542015f4dfc24d4925ffd7ee29929 100644 (file)
@@ -192,6 +192,7 @@ Author: Richard Guo <rguo@postgresql.org>
 <listitem>
 <para>
 Change a json_array() call which returns no rows to return an empty JSON array (Richard Guo)
+<ulink url="&commit_baseurl;8d829f5a0">&sect;</ulink>
 </para>
 
 <para>
@@ -3069,18 +3070,6 @@ Make multixid members 64-bit (Maxim Orlov)
 </para>
 </listitem>
 
-<!--
-Author: Peter Geoghegan <pg@bowt.ie>
-2026-03-22 [e5836f7b7] Add fake LSN support to hash index AM.
--->
-
-<listitem>
-<para>
-Add fake LSN support to hash index AM (Peter Geoghegan)
-<ulink url="&commit_baseurl;e5836f7b7">&sect;</ulink>
-</para>
-</listitem>
-
 <!--
 Author: Nathan Bossart <nathan@postgresql.org>
 2026-03-30 [bab2f27ea] Remove bits* typedefs.