git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0380765)
Fix a message error in utf_to_local
2001年5月28日 01:00:25 +0000 (01:00 +0000)
2001年5月28日 01:00:25 +0000 (01:00 +0000)

diff --git a/src/backend/utils/mb/conv.c b/src/backend/utils/mb/conv.c
index 99e7eafbc7c2d877cd05b9be613ca47849ffa542..91f781d21b644d4e53986bf15d80b9b06dfe20fa 100644 (file)
--- a/src/backend/utils/mb/conv.c
+++ b/src/backend/utils/mb/conv.c
@@ -6,7 +6,7 @@
* WIN1250 client encoding support contributed by Pavel Behal
* SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
*
- * $Id: conv.c,v 1.25 2001年04月29日 07:27:38 ishii Exp $
+ * $Id: conv.c,v 1.26 2001年05月28日 01:00:25 ishii Exp $
*
*
*/
@@ -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_latin: could not convert UTF-8 (0x%04x) Ignored", iutf);
+ elog(NOTICE, "utf_to_local: could not convert UTF-8 (0x%04x). Ignored", iutf);
continue;
}
if (p->code & 0xff000000)
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /