diff options
Diffstat (limited to 'src/backend/utils/mb/Unicode/utf8_to_win866.map')
| -rw-r--r-- | src/backend/utils/mb/Unicode/utf8_to_win866.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mb/Unicode/utf8_to_win866.map b/src/backend/utils/mb/Unicode/utf8_to_win866.map index 50e88c901f..28ed3990b0 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 */ |
