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
seful at all?).
updated
new patch attached
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From cd55990f1846b0d3cfaf0fe2fd92d5a3fd792dd6 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Thu, 26 Dec 2019 12:33:
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
> -
, 24x7 Support, Remote DBA, Training & Services
From 54a6d956cb49185af714e9739b47cab27b7f27f1 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Tue, 29 Oct 2019 10:43:27 +0100
Subject: [PATCH] Add support for automatically updating Unicode derived files
We currently have several sets of f
10 matches
Mail list logo