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