pgsql: Fix typo

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2020-02-19 20:18:05
Message-ID: E1j4VnJ-0004XH-Gi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo

Reported-by: Daniel Verite <daniel(at)manitou-mail(dot)org>

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/common/unicode_norm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-02-19 21:01:54 Re: pgsql: Clean up some code, comments and docs referring to Windows 2000
Previous Message Tom Lane 2020-02-19 19:45:31 pgsql: Fix confusion about event trigger vs. plain function in plpgsql.