Reported-by: Daniel Verite <daniel@manitou-mail.org>
This commit is contained in:
Peter Eisentraut 2020-02-19 20:52:42 +01:00
parent 761a5688b1
commit 2f9c46a32b
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ decompose_code(pg_wchar code, pg_wchar **result, int *current)
* The input is a 0-terminated array of codepoints.
*
* 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().
*/
pg_wchar *