pgsql: Doc: fix release-note typo.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix release-note typo.
Date: 2026-05-15 22:32:46
Message-ID: E1wO15K-000hr9-0a@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix release-note typo.

This mention of memcpy() should of course have said memcmp().

Reported-by: chris(at)chrullrich(dot)net
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/177883653690.764749.14038057906859461991@wrigleys.postgresql.org
Backpatch-through: 14

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ab931303561da5244ba21f0f8fbe4a9ec837160d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-05-15 23:02:19 pgsql: Check retain_dead_tuples for ALTER SUBSCRIPTION ... SERVER.
Previous Message Jeff Davis 2026-05-15 18:10:07 pgsql: Don't accept length of -1 in pg_locale.h APIs.