doc PG 18 relnotes: fix missing parens for crc32c()
authorBruce Momjian <bruce@momjian.us>
Fri, 9 May 2025 18:15:54 +0000 (14:15 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 9 May 2025 18:16:17 +0000 (14:16 -0400)
Reported-by: Steven Niu
Discussion: https://postgr.es/m/CABBtG=ejqK58cFWpw3etVZfQfhjC-qOqV+9GQWRnLO+p9wYMbw@mail.gmail.com

doc/src/sgml/release-18.sgml

index 662a74f452cd5341f2fe15ed858d52a0881604d3..14d6a375beca0ec33b8f98bc934c31d27ae4298e 100644 (file)
@@ -2148,7 +2148,7 @@ Author: Nathan Bossart <nathan@postgresql.org>
 
 <listitem>
 <para>
-Add functions crc32() and crc32c to compute CRC values (Aleksander Alekseev)
+Add functions crc32() and crc32c() to compute CRC values (Aleksander Alekseev)
 <ulink url="&commit_baseurl;760162fed">&sect;</ulink>
 </para>
 </listitem>