projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
612d207
)
Fix typo
author
Peter Eisentraut
<peter@eisentraut.org>
Wed, 19 Feb 2020 19:52:42 +0000
(20:52 +0100)
committer
Peter Eisentraut
<peter@eisentraut.org>
Wed, 19 Feb 2020 20:09:39 +0000
(21:09 +0100)
Reported-by: Daniel Verite <daniel@manitou-mail.org>
src/common/unicode_norm.c
patch
|
blob
|
blame
|
history
diff --git
a/src/common/unicode_norm.c
b/src/common/unicode_norm.c
index 1eacdb298f334a903df3493eb6b73f6f064a6f9b..18b4a9a3558f38a48b66646a89b62e878a065e30 100644
(file)
--- a/
src/common/unicode_norm.c
+++ b/
src/common/unicode_norm.c
@@
-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
front
end, the returned
+ * malloc. Or NULL if we run out of memory. In
back
end, the returned
* string is palloc'd instead, and OOM is reported with ereport().
*/
pg_wchar *