Re: Add support for automatically updating Unicode derived files

Tom Lane <[email protected]> Tue, 14 Jan 2020 19:37:30 -0500
Newsgroups gmane.comp.db.postgresql.devel.general
Message-ID <[email protected]>
Peter Eisentraut <[email protected]> writes:
> Committed, thanks.

This patch is making src/tools/pginclude/headerscheck unhappy:

./src/include/common/unicode_combining_table.h:3: error: array type has in=
complete element type

I guess that header needs another #include, or else you need to
move some declarations around.

			regards, tom lane