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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc PG 18 relnotes: fix missing parens for crc32c()
Date: 2025-05-09 18:16:20
Message-ID: E1uDSGi-000xI3-0p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/89372d0aaa4a6f0e560acdf9014c5ad66fdde1b1

Modified Files
--------------
doc/src/sgml/release-18.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-05-09 21:58:58 pgsql: Add support for runtime arguments in injection points
Previous Message Tom Lane 2025-05-09 16:29:16 pgsql: Centralize ssl tests' check for whether we're using LibreSSL.