Re: improvements in Unicode tables generation code

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: improvements in Unicode tables generation code
Date: 2021-10-04 18:36:32
Message-ID: 7834d9de-8f42-9c07-b387-d681e4aa2a03@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 28.09.21 10:25, Peter Eisentraut wrote:
>
> On 20.07.21 13:57, Peter Eisentraut wrote:
>>>> Perhaps we should change the script or Makefile so that it doesn't
>>>> create all the maps in one go?
>>>
>>> I agree, either comment it better or just write one file at a time.
>>> I'll take another look at that.
>>
>> Here is a patch that does it one file (pair) at a time.  The other
>> rules besides UCS_to_most.pl actually had the same problem, since they
>> produce two output files, so running in parallel called each script
>> twice.  In this patch, all of that is heavily refactored and works
>> correctly now. Note that UCS_to_most.pl already accepted a
>> command-line argument to specify which encoding to work with.
>
> Here is an updated patch with a thinko fix that made the previous patch
> not actually work.

I have committed this one and closed the CF entry.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-10-04 18:36:54 Re: [PATCH] Print error when libpq-refs-stamp fails
Previous Message Peter Geoghegan 2021-10-04 17:58:09 Re: BUG #17212: pg_amcheck fails on checking temporary relations