Re: Remove dead code generation tools in src/backend/utils/mb/
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Aleksander Alekseev <aleksander@timescale.com>
Date: 2024-07-29T17:41:06Z
Lists: pgsql-hackers
On 29/07/2024 17:15, Tom Lane wrote: > Heikki Linnakangas <hlinnaka@iki.fi> writes: >> These programs in src/backend/utils/mb/ are unused, and have been unused >> and unusable since 2003: >> iso.c >> win1251.c >> win866.c >> Attached patch removes them. See commit message for a little more >> detailed analysis. > > +1. Seems to have been my oversight in 4c3c8c048d. Removed. (Aleksander, you forgot to CC the mailing list, but thanks for your review too.) -- Heikki Linnakangas Neon (https://neon.tech)
Commits
-
Remove dead generators for cyrillic encoding conversion tables
- 679f940740f4 18.0 landed