🌐 AI搜索 & 代理 主页
Skip to content

Commit 95a19fe

Browse files
committed
Remove incorrect declarations in pg_wchar.h.
Oversight in commit 9acae56. Discussion: https://postgr.es/m/541F240E-94AD-4D65-9794-7D6C316BC3FF@gmail.com
1 parent 54c41a6 commit 95a19fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/mb/pg_wchar.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,6 @@ extern int pg_valid_server_encoding(const char *name);
676676
extern bool is_encoding_supported_by_icu(int encoding);
677677
extern const char *get_encoding_name_for_icu(int encoding);
678678

679-
extern unsigned char *unicode_to_utf8(char32_t c, unsigned char *utf8string);
680-
extern char32_t utf8_to_unicode(const unsigned char *c);
681679
extern bool pg_utf8_islegal(const unsigned char *source, int length);
682680
extern int pg_utf_mblen(const unsigned char *s);
683681
extern int pg_mule_mblen(const unsigned char *s);

0 commit comments

Comments
 (0)