forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit679f940
committed
Remove dead generators for cyrillic encoding conversion tables
These tools were used to read the koi-iso.tab, koi-win.tab, andkoi-alt.tab files, which contained the mappings between thesingle-byte cyrillic encodings. However, those data files were removedin commit4c3c8c0, back in 2003. These code generators have beenunused and unusable ever since.The generated tables live in cyrillic_and_mic.c. There has been onechange to the tables since they were generated in 1999, in commitf4b7624. So if we resurrected the original data tables, thatchange would need to be taken into account.So this code is very dead. The tables in cyrillic_and_mic.c, whichwere originally generated by these tools, are now the authoritativesource for these mappings.Reviewed-by: Tom Lane, Aleksander AlekseevDiscussion:https://www.postgresql.org/message-id/flat/a821c3dc-36ec-4cee-8b41-7ccaa17adb18@iki.fi1 parent5c1ce1b commit679f940
4 files changed
+0
-225
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 | 11 |
| |
15 | 12 |
| |
16 | 13 |
| |
|
Lines changed: 0 additions & 74 deletions
This file was deleted.
Lines changed: 0 additions & 74 deletions
This file was deleted.
Lines changed: 0 additions & 74 deletions
This file was deleted.
0 commit comments
Comments
(0)