Commit 2f9c46a3 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

Reported-by: default avatarDaniel Verite <daniel@manitou-mail.org>
parent 761a5688
...@@ -300,7 +300,7 @@ decompose_code(pg_wchar code, pg_wchar **result, int *current) ...@@ -300,7 +300,7 @@ decompose_code(pg_wchar code, pg_wchar **result, int *current)
* The input is a 0-terminated array of codepoints. * The input is a 0-terminated array of codepoints.
* *
* In frontend, returns a 0-terminated array of codepoints, allocated with * In frontend, returns a 0-terminated array of codepoints, allocated with
* malloc. Or NULL if we run out of memory. In frontend, the returned * malloc. Or NULL if we run out of memory. In backend, the returned
* string is palloc'd instead, and OOM is reported with ereport(). * string is palloc'd instead, and OOM is reported with ereport().
*/ */
pg_wchar * pg_wchar *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment