I have committed the first Unicode data update using this new "make
update-unicode" facility.
CLDR is released regularly every 6 months, so around this time every
year would be the appropriate time to pull in the latest updates in
preparation for our own release.
--
Peter Eisentraut
On 2020-01-20 16:43, Tom Lane wrote:
Peter Eisentraut writes:
On 2020-01-15 01:37, Tom Lane wrote:
This patch is making src/tools/pginclude/headerscheck unhappy:
./src/include/common/unicode_combining_table.h:3: error: array type has
incomplete element type
Hmm, this file is only meant to
Peter Eisentraut writes:
> On 2020-01-15 01:37, Tom Lane wrote:
>> This patch is making src/tools/pginclude/headerscheck unhappy:
>> ./src/include/common/unicode_combining_table.h:3: error: array type has
>> incomplete element type
> Hmm, this file is only meant to be included inside one particu
On 2020-01-15 01:37, Tom Lane wrote:
Peter Eisentraut writes:
Committed, thanks.
This patch is making src/tools/pginclude/headerscheck unhappy:
./src/include/common/unicode_combining_table.h:3: error: array type has
incomplete element type
I guess that header needs another #include, or els
Peter Eisentraut writes:
> Committed, thanks.
This patch is making src/tools/pginclude/headerscheck unhappy:
./src/include/common/unicode_combining_table.h:3: error: array type has
incomplete element type
I guess that header needs another #include, or else you need to
move some declarations ar
On 2020-01-03 15:13, John Naylor wrote:
On Thu, Dec 26, 2019 at 12:39 PM Peter Eisentraut
wrote:
On 2019-12-19 23:48, John Naylor wrote:
I would print out the full boilerplate like for other generated headers.
Hmm, you are probably comparing with
src/common/unicode/generate-unicode_norm_tab
On Thu, Dec 26, 2019 at 12:39 PM Peter Eisentraut
wrote:
>
> On 2019-12-19 23:48, John Naylor wrote:
> > I would print out the full boilerplate like for other generated headers.
>
> Hmm, you are probably comparing with
> src/common/unicode/generate-unicode_norm_table.pl, but other file
> generatin
On 2019-12-19 23:48, John Naylor wrote:
I gave "make update-unicode" a try. It's unclear to me what the state
of the build tree should be when a maintainer runs this, so I'll just
report what happens when running naively (on MacOS).
Yeah, that wasn't fully thought through, it appears.
After o
On Tue, Oct 29, 2019 at 6:06 AM Peter Eisentraut
wrote:
>
> Continuing the discussion from [0] and [1], here is a patch that
> automates the process of updating Unicode derived files. Summary:
>
> - Edit UNICODE_VERSION and/or CLDR_VERSION in src/Makefile.global.in
> - Run make update-unicode
> -