Peter Eisentraut <[email protected]> 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 particular
> function. Making it standalone includable would seem to be unnecessary.
> What should we do?
Well, we could make it a documented exception in headerscheck and
cpluspluscheck.
regards, tom lane