Re: Add support for automatically updating Unicode derived files - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Add support for automatically updating Unicode derived files
Date
Msg-id 02d8b722-8c60-d039-ca00-7b74f09ff657@2ndquadrant.com
Whole thread Raw
In response to Re: Add support for automatically updating Unicode derived files  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Add support for automatically updating Unicode derived files  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2020-01-15 01:37, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> 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 around.

Hmm, this file is only meant to be included inside one particular 
function.  Making it standalone includable would seem to be unnecessary. 
  What should we do?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Crash in BRIN summarization
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings