doc PG 19 relnotes: remove "Add fake LSN support to hash index"

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
This commit is contained in:
Bruce Momjian 2026-05-15 13:26:50 -04:00
parent 27bdae8413
commit 41b60bf172

View 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.