aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-07-22 09:37:35 +0200
committerPeter Eisentraut <peter@eisentraut.org>2021-07-22 09:37:35 +0200
commit86a1aae764b03c7fe06e290e409c8d1a72ff187d (patch)
treec0dcd8cb4a8c18f8a85707ec7a5ad7a01ce22557 /src
parent6a2c532c2230159b909382cfa58494ef9d6df703 (diff)
downloadpostgresql-86a1aae764b03c7fe06e290e409c8d1a72ff187d.tar.gz
postgresql-86a1aae764b03c7fe06e290e409c8d1a72ff187d.zip
Fix typo in comment
Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/20210716.170209.175434392011070182.horikyota.ntt%40gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/mb/Unicode/big5_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/convutils.pm2
-rw-r--r--src/backend/utils/mb/Unicode/euc_cn_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/euc_jp_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/euc_kr_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/euc_tw_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/gb18030_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/gbk_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/johab_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/koi8r_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/koi8u_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/sjis_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/uhc_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_big5.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_euc_cn.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_euc_jp.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_euc_kr.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_euc_tw.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_gb18030.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_gbk.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_10.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_13.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_14.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_15.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_16.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_2.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_3.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_4.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_5.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_6.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_7.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_8.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_iso8859_9.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_johab.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_koi8r.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_koi8u.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_sjis.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_uhc.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1250.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1251.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1252.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1253.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1254.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1255.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1256.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1257.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win1258.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win866.map2
-rw-r--r--src/backend/utils/mb/Unicode/utf8_to_win874.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1250_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1251_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1252_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1253_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1254_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1255_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1256_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1257_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win1258_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win866_to_utf8.map2
-rw-r--r--src/backend/utils/mb/Unicode/win874_to_utf8.map2
77 files changed, 77 insertions, 77 deletions
diff --git a/src/backend/utils/mb/Unicode/big5_to_utf8.map b/src/backend/utils/mb/Unicode/big5_to_utf8.map
index aa417bc9c86..b8332fb958f 100644
--- a/src/backend/utils/mb/Unicode/big5_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/big5_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree big5_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/convutils.pm b/src/backend/utils/mb/Unicode/convutils.pm
index 551603ee144..284746985e3 100644
--- a/src/backend/utils/mb/Unicode/convutils.pm
+++ b/src/backend/utils/mb/Unicode/convutils.pm
@@ -579,7 +579,7 @@ sub print_radix_table
printf $out " 0x%02x, /* b3_3_lower */\n", $b3_3_lower;
printf $out " 0x%02x, /* b3_3_upper */\n", $b3_3_upper;
printf $out "\n";
- printf $out " 0x%04x, /* offset of table for 3-byte inputs */\n",
+ printf $out " 0x%04x, /* offset of table for 4-byte inputs */\n",
$b4root;
printf $out " 0x%02x, /* b4_1_lower */\n", $b4_1_lower;
printf $out " 0x%02x, /* b4_1_upper */\n", $b4_1_upper;
diff --git a/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map b/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map
index 3801e08ef55..f8503d30c3b 100644
--- a/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_cn_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map b/src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map
index 3a8fc9d26f2..e0ce072217b 100644
--- a/src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jis_2004_to_unicode_tree =
0xa1, /* b3_3_lower */
0xfe, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map b/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
index 96b79a58a1c..ee23de2c8f3 100644
--- a/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jp_to_unicode_tree =
0xa1, /* b3_3_lower */
0xfe, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map b/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map
index bf1fc4a98bc..5d6bcc53ae6 100644
--- a/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_kr_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map b/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map
index 22af269924d..5a1774617f3 100644
--- a/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_tw_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x1899, /* offset of table for 3-byte inputs */
+ 0x1899, /* offset of table for 4-byte inputs */
0x8e, /* b4_1_lower */
0x8e, /* b4_1_upper */
0xa1, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/gb18030_to_utf8.map b/src/backend/utils/mb/Unicode/gb18030_to_utf8.map
index 79072fe7674..1c90d48fbaf 100644
--- a/src/backend/utils/mb/Unicode/gb18030_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/gb18030_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree gb18030_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x5f3f, /* offset of table for 3-byte inputs */
+ 0x5f3f, /* offset of table for 4-byte inputs */
0x81, /* b4_1_lower */
0x84, /* b4_1_upper */
0x30, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/gbk_to_utf8.map b/src/backend/utils/mb/Unicode/gbk_to_utf8.map
index 35d710c3b35..df5de79792d 100644
--- a/src/backend/utils/mb/Unicode/gbk_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/gbk_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree gbk_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map
index 83961d13277..3360484d58d 100644
--- a/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_10_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map
index 9efdc9a2076..462f1425d0c 100644
--- a/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_13_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map
index 766b8703b3a..177227d85b7 100644
--- a/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_14_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map
index 6ab3f21146d..f78caa39d76 100644
--- a/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_15_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map
index a6396540347..c45bb61a143 100644
--- a/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_16_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map
index 90463009179..bf86cb42ab5 100644
--- a/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_2_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map
index c716fc31597..5f7a1b0185e 100644
--- a/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_3_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map
index 3b711062e4c..4222a60e10c 100644
--- a/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_4_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map
index 447a4f194fa..dd4987eb5b9 100644
--- a/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_5_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map
index 5b8be5b6a0a..c47f30f0459 100644
--- a/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_6_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map
index f4dd1d815ae..6b260601578 100644
--- a/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_7_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map
index 194a1b8ebc6..393788fa0cc 100644
--- a/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_8_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map
index eec3cb8c1ba..fced425016a 100644
--- a/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_9_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/johab_to_utf8.map b/src/backend/utils/mb/Unicode/johab_to_utf8.map
index 07d2505c26a..bfc28341cf0 100644
--- a/src/backend/utils/mb/Unicode/johab_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/johab_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree johab_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/koi8r_to_utf8.map b/src/backend/utils/mb/Unicode/koi8r_to_utf8.map
index 0988748585b..2631c3a2163 100644
--- a/src/backend/utils/mb/Unicode/koi8r_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/koi8r_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8r_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/koi8u_to_utf8.map b/src/backend/utils/mb/Unicode/koi8u_to_utf8.map
index 2b2ddc9b815..61265f4e30d 100644
--- a/src/backend/utils/mb/Unicode/koi8u_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/koi8u_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8u_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map b/src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map
index 3c107cbb7be..e4ba0594738 100644
--- a/src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree shift_jis_2004_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/sjis_to_utf8.map b/src/backend/utils/mb/Unicode/sjis_to_utf8.map
index 2b60a240b6c..ece6c03ca7a 100644
--- a/src/backend/utils/mb/Unicode/sjis_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/sjis_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree sjis_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/uhc_to_utf8.map b/src/backend/utils/mb/Unicode/uhc_to_utf8.map
index 65d57639da9..b8ecc37d376 100644
--- a/src/backend/utils/mb/Unicode/uhc_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/uhc_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree uhc_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_big5.map b/src/backend/utils/mb/Unicode/utf8_to_big5.map
index ea26c8a80ec..07c2198f093 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_big5.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_big5.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree big5_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_euc_cn.map b/src/backend/utils/mb/Unicode/utf8_to_euc_cn.map
index 488d3be0438..8190b4c6469 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_euc_cn.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_euc_cn.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_cn_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map b/src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map
index 0d47463805f..55747fa4131 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jis_2004_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x6fc1, /* offset of table for 3-byte inputs */
+ 0x6fc1, /* offset of table for 4-byte inputs */
0xf0, /* b4_1_lower */
0xf0, /* b4_1_upper */
0xa0, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_euc_jp.map b/src/backend/utils/mb/Unicode/utf8_to_euc_jp.map
index 1adcedf26d7..d5c75ad7a25 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_euc_jp.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_euc_jp.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_jp_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_euc_kr.map b/src/backend/utils/mb/Unicode/utf8_to_euc_kr.map
index b5c4823850e..6befea1e485 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_euc_kr.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_euc_kr.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_kr_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_euc_tw.map b/src/backend/utils/mb/Unicode/utf8_to_euc_tw.map
index e3a35ea6530..25b196ffd00 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_euc_tw.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_euc_tw.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree euc_tw_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_gb18030.map b/src/backend/utils/mb/Unicode/utf8_to_gb18030.map
index 5acee4554c2..6c6b660bebe 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_gb18030.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_gb18030.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree gb18030_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_gbk.map b/src/backend/utils/mb/Unicode/utf8_to_gbk.map
index 528b054a63e..cf12b4a6945 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_gbk.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_gbk.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree gbk_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_10.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_10.map
index 899eaf97530..033c0dd7024 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_10.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_10.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_10_from_unicode_tree =
0x95, /* b3_3_lower */
0x95, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_13.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_13.map
index cae360fc9df..e0f0c156e7a 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_13.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_13.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_13_from_unicode_tree =
0x99, /* b3_3_lower */
0x9e, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_14.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_14.map
index bb2bc3b55fe..8fd1da37b2a 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_14.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_14.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_14_from_unicode_tree =
0x80, /* b3_3_lower */
0xb3, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_15.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_15.map
index 6bc8a329084..e7f85a76284 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_15.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_15.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_15_from_unicode_tree =
0xac, /* b3_3_lower */
0xac, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_16.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_16.map
index 59a2ecac90a..0e1ffbd07aa 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_16.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_16.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_16_from_unicode_tree =
0x9d, /* b3_3_lower */
0xac, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_2.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_2.map
index 94b65c2c62d..5fac57ce407 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_2.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_2.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_2_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_3.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_3.map
index c489fda08d6..09b38d83e38 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_3.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_3.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_3_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_4.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_4.map
index b273518f189..1f640b207db 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_4.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_4.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_4_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_5.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_5.map
index 75c6ea615a7..0628667ae6e 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_5.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_5.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_5_from_unicode_tree =
0x96, /* b3_3_lower */
0x96, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_6.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_6.map
index b237f54be13..70b6e57bed4 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_6.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_6.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_6_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_7.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_7.map
index 656b80abd1d..f8ee0c24500 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_7.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_7.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_7_from_unicode_tree =
0x95, /* b3_3_lower */
0xaf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_8.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_8.map
index b512bd5ed79..abba18931eb 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_8.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_8_from_unicode_tree =
0x8e, /* b3_3_lower */
0x97, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_iso8859_9.map b/src/backend/utils/mb/Unicode/utf8_to_iso8859_9.map
index 98a2eabbc80..fe03f58f658 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_iso8859_9.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_iso8859_9.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree iso8859_9_from_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_johab.map b/src/backend/utils/mb/Unicode/utf8_to_johab.map
index 8a4e69a9e58..42c05df03d8 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_johab.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_johab.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree johab_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_koi8r.map b/src/backend/utils/mb/Unicode/utf8_to_koi8r.map
index bdc52ad09aa..05d6866ec40 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_koi8r.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_koi8r.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8r_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_koi8u.map b/src/backend/utils/mb/Unicode/utf8_to_koi8u.map
index bb5c56a6de7..ecb022ae286 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_koi8u.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_koi8u.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree koi8u_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map b/src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map
index 202ebb25c18..8d9c9cc2c7a 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree shift_jis_2004_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x6fe2, /* offset of table for 3-byte inputs */
+ 0x6fe2, /* offset of table for 4-byte inputs */
0xf0, /* b4_1_lower */
0xf0, /* b4_1_upper */
0xa0, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_sjis.map b/src/backend/utils/mb/Unicode/utf8_to_sjis.map
index 72acc0977c6..a6c59d5d0c7 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_sjis.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_sjis.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree sjis_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_uhc.map b/src/backend/utils/mb/Unicode/utf8_to_uhc.map
index 4e8b857cd78..308b2b2fd1f 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_uhc.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_uhc.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree uhc_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1250.map b/src/backend/utils/mb/Unicode/utf8_to_win1250.map
index 3d83c18fe6a..c1ac893c1bc 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1250.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1250.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1250_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1251.map b/src/backend/utils/mb/Unicode/utf8_to_win1251.map
index d4160171ed7..2f4e25c856c 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1251.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1251.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1251_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1252.map b/src/backend/utils/mb/Unicode/utf8_to_win1252.map
index b98b73f2399..5796f33fea6 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1252.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1252.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1252_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1253.map b/src/backend/utils/mb/Unicode/utf8_to_win1253.map
index e1812715a06..724faa0089b 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1253.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1253.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1253_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1254.map b/src/backend/utils/mb/Unicode/utf8_to_win1254.map
index fd601c168a2..218bae40988 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1254.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1254.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1254_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1255.map b/src/backend/utils/mb/Unicode/utf8_to_win1255.map
index 1ece6434eb1..6d7d36fe05d 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1255.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1255.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1255_from_unicode_tree =
0x8e, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1256.map b/src/backend/utils/mb/Unicode/utf8_to_win1256.map
index 7fce018a1de..25f459ab762 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1256.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1256.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1256_from_unicode_tree =
0x8c, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1257.map b/src/backend/utils/mb/Unicode/utf8_to_win1257.map
index 1453887eada..47207f6c8c4 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1257.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1257.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1257_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win1258.map b/src/backend/utils/mb/Unicode/utf8_to_win1258.map
index dedcb109c00..ad19505eeff 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win1258.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win1258.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1258_from_unicode_tree =
0x93, /* b3_3_lower */
0xba, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win866.map b/src/backend/utils/mb/Unicode/utf8_to_win866.map
index 50e88c901f1..28ed3990b02 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win866.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win866.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win866_from_unicode_tree =
0x80, /* b3_3_lower */
0xbc, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win874.map b/src/backend/utils/mb/Unicode/utf8_to_win874.map
index fe8ded3da42..e5a9e8fa169 100644
--- a/src/backend/utils/mb/Unicode/utf8_to_win874.map
+++ b/src/backend/utils/mb/Unicode/utf8_to_win874.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win874_from_unicode_tree =
0x80, /* b3_3_lower */
0xbf, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1250_to_utf8.map b/src/backend/utils/mb/Unicode/win1250_to_utf8.map
index 67909ecf43e..d1957a365d7 100644
--- a/src/backend/utils/mb/Unicode/win1250_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1250_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1250_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1251_to_utf8.map b/src/backend/utils/mb/Unicode/win1251_to_utf8.map
index 4d5a7efef7e..a1f82745c32 100644
--- a/src/backend/utils/mb/Unicode/win1251_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1251_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1251_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1252_to_utf8.map b/src/backend/utils/mb/Unicode/win1252_to_utf8.map
index c09e134b1a5..09113aa47b4 100644
--- a/src/backend/utils/mb/Unicode/win1252_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1252_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1252_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1253_to_utf8.map b/src/backend/utils/mb/Unicode/win1253_to_utf8.map
index 2298371a7e5..3d0d6e82470 100644
--- a/src/backend/utils/mb/Unicode/win1253_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1253_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1253_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1254_to_utf8.map b/src/backend/utils/mb/Unicode/win1254_to_utf8.map
index 84e009709fa..9ad9c85dfe6 100644
--- a/src/backend/utils/mb/Unicode/win1254_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1254_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1254_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1255_to_utf8.map b/src/backend/utils/mb/Unicode/win1255_to_utf8.map
index 133a06b9a3f..2fdec17a88d 100644
--- a/src/backend/utils/mb/Unicode/win1255_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1255_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1255_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1256_to_utf8.map b/src/backend/utils/mb/Unicode/win1256_to_utf8.map
index 6f55484b0f9..33142bb8e1e 100644
--- a/src/backend/utils/mb/Unicode/win1256_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1256_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1256_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1257_to_utf8.map b/src/backend/utils/mb/Unicode/win1257_to_utf8.map
index a58bb81d97b..1f79ea7387d 100644
--- a/src/backend/utils/mb/Unicode/win1257_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1257_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1257_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win1258_to_utf8.map b/src/backend/utils/mb/Unicode/win1258_to_utf8.map
index 97e203aef7a..98900047247 100644
--- a/src/backend/utils/mb/Unicode/win1258_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win1258_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win1258_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win866_to_utf8.map b/src/backend/utils/mb/Unicode/win866_to_utf8.map
index ed674f95034..68807650f4c 100644
--- a/src/backend/utils/mb/Unicode/win866_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win866_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win866_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */
diff --git a/src/backend/utils/mb/Unicode/win874_to_utf8.map b/src/backend/utils/mb/Unicode/win874_to_utf8.map
index dcccaf03638..a07c34a6625 100644
--- a/src/backend/utils/mb/Unicode/win874_to_utf8.map
+++ b/src/backend/utils/mb/Unicode/win874_to_utf8.map
@@ -26,7 +26,7 @@ static const pg_mb_radix_tree win874_to_unicode_tree =
0x00, /* b3_3_lower */
0x00, /* b3_3_upper */
- 0x0000, /* offset of table for 3-byte inputs */
+ 0x0000, /* offset of table for 4-byte inputs */
0x00, /* b4_1_lower */
0x00, /* b4_1_upper */
0x00, /* b4_2_lower */