projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cbdc01
)
Fix a message error in utf_to_local
author
Tatsuo Ishii
<
[email protected]
>
Mon, 28 May 2001 01:01:09 +0000
(
01:01
+0000)
committer
Tatsuo Ishii
<
[email protected]
>
Mon, 28 May 2001 01:01:09 +0000
(
01:01
+0000)
src/backend/utils/mb/conv.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/mb/conv.c
b/src/backend/utils/mb/conv.c
index 7358fb5058cb29282ee39f6c679ed324ddce1a89..4e6c5092a3a916af87da607b99cb4812b5f36a46 100644
(file)
--- a/
src/backend/utils/mb/conv.c
+++ b/
src/backend/utils/mb/conv.c
@@
-1287,7
+1287,7
@@
utf_to_local(unsigned char *utf, unsigned char *iso,
sizeof(pg_utf_to_local), compare1);
if (p == NULL)
{
- elog(NOTICE, "utf_to_l
atin: could not convert UTF-8 (0x%04x)
Ignored", iutf);
+ elog(NOTICE, "utf_to_l
ocal: could not convert UTF-8 (0x%04x).
Ignored", iutf);
continue;
}
if (p->code & 0xff000000)