Re: Add support for automatically updating Unicode derived files

2020-04-24 Thread Peter Eisentraut
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

Re: Add support for automatically updating Unicode derived files

2020-01-24 Thread 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

Re: Add support for automatically updating Unicode derived files

2020-01-20 Thread Tom Lane
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

Re: Add support for automatically updating Unicode derived files

2020-01-20 Thread Peter Eisentraut
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

Re: Add support for automatically updating Unicode derived files

2020-01-14 Thread Tom Lane
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

Re: Add support for automatically updating Unicode derived files

2020-01-09 Thread Peter Eisentraut
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

Re: Add support for automatically updating Unicode derived files

2020-01-03 Thread John Naylor
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 >

Re: Add support for automatically updating Unicode derived files

2019-12-26 Thread Peter Eisentraut
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:36 +0100 Subject: [PATCH v2] Add support for autom

Re: Add support for automatically updating Unicode derived files

2019-12-19 Thread John Naylor
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 >

Add support for automatically updating Unicode derived files

2019-10-29 Thread Peter Eisentraut
, 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