1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

doc PG 18 relnotes: fix missing parens for crc32c()

Reported-by: Steven Niu

Discussion: https://postgr.es/m/CABBtG=ejqK58cFWpw3etVZfQfhjC-qOqV+9GQWRnLO+p9wYMbw@mail.gmail.com
This commit is contained in:
Bruce Momjian
2025-05-09 14:15:54 -04:00
parent 95129709fd
commit 89372d0aaa

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