summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Davis2025-12-15 18:38:55 +0000
committerJeff Davis2025-12-15 18:38:55 +0000
commit95a19fefdcbe8d7c511971fe3b9554d0bdd4e26a (patch)
tree78a91d1c3cf49242babaeb762ed68875aa36b04c
parent54c41a6deb9df0868da078490ef9c26d1290e490 (diff)
Remove incorrect declarations in pg_wchar.h.
Oversight in commit 9acae56ce0. Discussion: https://postgr.es/m/541F240E-94AD-4D65-9794-7D6C316BC3FF@gmail.com
-rw-r--r--src/include/mb/pg_wchar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h
index 4d84bdc81e4..5df67ceea87 100644
--- a/src/include/mb/pg_wchar.h
+++ b/src/include/mb/pg_wchar.h
@@ -676,8 +676,6 @@ extern int pg_valid_server_encoding(const char *name);
extern bool is_encoding_supported_by_icu(int encoding);
extern const char *get_encoding_name_for_icu(int encoding);
-extern unsigned char *unicode_to_utf8(char32_t c, unsigned char *utf8string);
-extern char32_t utf8_to_unicode(const unsigned char *c);
extern bool pg_utf8_islegal(const unsigned char *source, int length);
extern int pg_utf_mblen(const unsigned char *s);
extern int pg_mule_mblen(const unsigned char *s);